Html Css Color HEX #42112A Blackberry

📋 copy color: '#42112A'

red 66 ◦ green 17 ◦ blue 42

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

Shades of Blackberry #42112A

Tints of Blackberry #42112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.6%

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

R = 52.8%
G = 13.6%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#42112A (or 0x42112A) is known color: Blackberry. HEX triplet: 42, 11 and 2A. RGB value is (66,17,42). Sum of RGB (Red+Green+Blue) = 66+17+42=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #42112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42112A is #BDEED5. Grayscale: #222222. Windows color (decimal): -12447446 or 2756930. OLE color: 2756930.

HSL color Cylindrical-coordinate representation of color #42112A: hue angle of 329.39º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42112A is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 17 42 -
CMYK 0 0.74 0.36 0.74
HSL 329.39º 0.59% 0.16% -
HSV(B) 329.39º 0.74% 0.26% -
XYZ 2.87 1.73 2.37 -
YUV 34.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 66 17 42 0 0.74 0.36 0.74 329.39 0.59 0.16
Hex 42 11 2A 0 4A 24 4A 149 3B 10
Octal 102 21 52 0 112 44 112 511 73 20
Binary 1000010 10001 101010 0 1001010 100100 1001010 101001001 111011 10000

Color Harmonies of #42112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42112A

Black with #42112A

Text Example


Text Example

White with #42112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42112A; }

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

 H1.HeaderClassName
 {
   color: #42112A;
 }
 .AnyTagClassName
 {
   color: #42112A;
 }
</style>

background-color css

<style>
 a { background-color: #42112A; }

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

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

border-color css

<style>
 span { border-color: #42112A; }

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

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