Html Css Color HEX #420B2A Blackberry

📋 copy color: '#420B2A'

red 66 ◦ green 11 ◦ blue 42

#420B2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #420B2A

Tints of Blackberry #420B2A

RGB

 RED value IS 66 (26.17% from 255) = 55.46%

 GREEN value IS 11 (4.69% from 255) = 9.24%

 BLUE value IS 42 (16.8% from 255) = 35.29%

R = 55.46%
G = 9.24%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.74

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#420B2A (or 0x420B2A) is known color: Blackberry. HEX triplet: 42, 0B and 2A. RGB value is (66,11,42). Sum of RGB (Red+Green+Blue) = 66+11+42=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #420B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420B2A is #BDF4D5. Grayscale: #1E1E1E. Windows color (decimal): -12448982 or 2755394. OLE color: 2755394.

HSL color Cylindrical-coordinate representation of color #420B2A: hue angle of 326.18º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #420B2A is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 11 42 -
CMYK 0 0.83 0.36 0.74
HSL 326.18º 0.71% 0.15% -
HSV(B) 326.18º 0.83% 0.26% -
XYZ 2.78 1.56 2.35 -
YUV 30.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 66 11 42 0 0.83 0.36 0.74 326.18 0.71 0.15
Hex 42 B 2A 0 53 24 4A 146 47 F
Octal 102 13 52 0 123 44 112 506 107 17
Binary 1000010 1011 101010 0 1010011 100100 1001010 101000110 1000111 1111

Color Harmonies of #420B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B2A

Black with #420B2A

Text Example


Text Example

White with #420B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420B2A; }

 p { color: rgb(66,11,42); }

 H1.HeaderClassName
 {
   color: #420B2A;
 }
 .AnyTagClassName
 {
   color: #420B2A;
 }
</style>

background-color css

<style>
 a { background-color: #420B2A; }

 a { background-color: rgb(66,11,42); }

 div.DivClassName
 {
   background-color: #420B2A;
 }
 .BgClassName
 {
   background-color: #420B2A;
 }
</style>

border-color css

<style>
 span { border-color: #420B2A; }

 span { border-color: rgb(66,11,42); }

 td.TdClassName
 {
   border-color: #420B2A;
 }
 .TagClassName
 {
   border-color: #420B2A;
 }
</style>