Html Css Color HEX #420924 Blackberry

📋 copy color: '#420924'

red 66 ◦ green 9 ◦ blue 36

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

Shades of Blackberry #420924

Tints of Blackberry #420924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.11%

 BLUE value IS 36 (14.45% from 255) = 32.43%

R = 59.46%
G = 8.11%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#420924 (or 0x420924) is known color: Blackberry. HEX triplet: 42, 09 and 24. RGB value is (66,9,36). Sum of RGB (Red+Green+Blue) = 66+9+36=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #420924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420924 is #BDF6DB. Grayscale: #1D1D1D. Windows color (decimal): -12449500 or 2361666. OLE color: 2361666.

HSL color Cylindrical-coordinate representation of color #420924: hue angle of 331.58º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #420924 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 9 36 -
CMYK 0 0.86 0.45 0.74
HSL 331.58º 0.76% 0.15% -
HSV(B) 331.58º 0.86% 0.26% -
XYZ 2.66 1.48 1.81 -
YUV 29.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 66 9 36 0 0.86 0.45 0.74 331.58 0.76 0.15
Hex 42 9 24 0 56 2D 4A 14C 4C F
Octal 102 11 44 0 126 55 112 514 114 17
Binary 1000010 1001 100100 0 1010110 101101 1001010 101001100 1001100 1111

Color Harmonies of #420924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420924

Black with #420924

Text Example


Text Example

White with #420924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420924; }

 p { color: rgb(66,9,36); }

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

background-color css

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

 a { background-color: rgb(66,9,36); }

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

border-color css

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

 span { border-color: rgb(66,9,36); }

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