Html Css Color HEX #420F29 Blackberry

📋 copy color: '#420F29'

red 66 ◦ green 15 ◦ blue 41

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

Shades of Blackberry #420F29

Tints of Blackberry #420F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.3%

 BLUE value IS 41 (16.41% from 255) = 33.61%

R = 54.1%
G = 12.3%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#420F29 (or 0x420F29) is known color: Blackberry. HEX triplet: 42, 0F and 29. RGB value is (66,15,41). Sum of RGB (Red+Green+Blue) = 66+15+41=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #420F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F29 is #BDF0D6. Grayscale: #212121. Windows color (decimal): -12447959 or 2690882. OLE color: 2690882.

HSL color Cylindrical-coordinate representation of color #420F29: hue angle of 329.41º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #420F29 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 15 41 -
CMYK 0 0.77 0.38 0.74
HSL 329.41º 0.63% 0.16% -
HSV(B) 329.41º 0.77% 0.26% -
XYZ 2.82 1.66 2.27 -
YUV 33.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 66 15 41 0 0.77 0.38 0.74 329.41 0.63 0.16
Hex 42 F 29 0 4D 26 4A 149 3F 10
Octal 102 17 51 0 115 46 112 511 77 20
Binary 1000010 1111 101001 0 1001101 100110 1001010 101001001 111111 10000

Color Harmonies of #420F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420F29

Black with #420F29

Text Example


Text Example

White with #420F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,15,41); }

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

background-color css

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

 a { background-color: rgb(66,15,41); }

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

border-color css

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

 span { border-color: rgb(66,15,41); }

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