Html Css Color HEX #420E23 Blackberry

📋 copy color: '#420E23'

red 66 ◦ green 14 ◦ blue 35

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

Shades of Blackberry #420E23

Tints of Blackberry #420E23

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.17%

 BLUE value IS 35 (14.06% from 255) = 30.43%

R = 57.39%
G = 12.17%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#420E23 (or 0x420E23) is known color: Blackberry. HEX triplet: 42, 0E and 23. RGB value is (66,14,35). Sum of RGB (Red+Green+Blue) = 66+14+35=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #420E23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E23 is #BDF1DC. Grayscale: #1F1F1F. Windows color (decimal): -12448221 or 2297410. OLE color: 2297410.

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

Color convert

RGB 66 14 35 -
CMYK 0 0.79 0.47 0.74
HSL 335.77º 0.65% 0.16% -
HSV(B) 335.77º 0.79% 0.26% -
XYZ 2.71 1.59 1.76 -
YUV 31.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 66 14 35 0 0.79 0.47 0.74 335.77 0.65 0.16
Hex 42 E 23 0 4F 2F 4A 150 41 10
Octal 102 16 43 0 117 57 112 520 101 20
Binary 1000010 1110 100011 0 1001111 101111 1001010 101010000 1000001 10000

Color Harmonies of #420E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E23

Black with #420E23

Text Example


Text Example

White with #420E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,14,35); }

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

background-color css

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

 a { background-color: rgb(66,14,35); }

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

border-color css

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

 span { border-color: rgb(66,14,35); }

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