Html Css Color HEX #420F23 Blackberry

📋 copy color: '#420F23'

red 66 ◦ green 15 ◦ blue 35

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

Shades of Blackberry #420F23

Tints of Blackberry #420F23

RGB

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

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

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

R = 56.9%
G = 12.93%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#420F23 (or 0x420F23) is known color: Blackberry. HEX triplet: 42, 0F and 23. RGB value is (66,15,35). Sum of RGB (Red+Green+Blue) = 66+15+35=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #420F23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F23 is #BDF0DC. Grayscale: #202020. Windows color (decimal): -12447965 or 2297666. OLE color: 2297666.

HSL color Cylindrical-coordinate representation of color #420F23: hue angle of 336.47º 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 #420F23 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 15 35 -
CMYK 0 0.77 0.47 0.74
HSL 336.47º 0.63% 0.16% -
HSV(B) 336.47º 0.77% 0.26% -
XYZ 2.72 1.62 1.76 -
YUV 32.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 66 15 35 0 0.77 0.47 0.74 336.47 0.63 0.16
Hex 42 F 23 0 4D 2F 4A 150 3F 10
Octal 102 17 43 0 115 57 112 520 77 20
Binary 1000010 1111 100011 0 1001101 101111 1001010 101010000 111111 10000

Color Harmonies of #420F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420F23

Black with #420F23

Text Example


Text Example

White with #420F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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