Html Css Color HEX #420921 Blackberry

📋 copy color: '#420921'

red 66 ◦ green 9 ◦ blue 33

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

Shades of Blackberry #420921

Tints of Blackberry #420921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 30.56%

R = 61.11%
G = 8.33%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#420921 (or 0x420921) is known color: Blackberry. HEX triplet: 42, 09 and 21. RGB value is (66,9,33). Sum of RGB (Red+Green+Blue) = 66+9+33=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #420921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420921 is #BDF6DE. Grayscale: #1C1C1C. Windows color (decimal): -12449503 or 2165058. OLE color: 2165058.

HSL color Cylindrical-coordinate representation of color #420921: hue angle of 334.74º 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 #420921 is Cyan = 0, Magento = 0.86, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 9 33 -
CMYK 0 0.86 0.5 0.74
HSL 334.74º 0.76% 0.15% -
HSV(B) 334.74º 0.86% 0.26% -
XYZ 2.62 1.46 1.58 -
YUV 28.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 66 9 33 0 0.86 0.5 0.74 334.74 0.76 0.15
Hex 42 9 21 0 56 32 4A 14F 4C F
Octal 102 11 41 0 126 62 112 517 114 17
Binary 1000010 1001 100001 0 1010110 110010 1001010 101001111 1001100 1111

Color Harmonies of #420921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420921

Black with #420921

Text Example


Text Example

White with #420921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420921; }

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

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

background-color css

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

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

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

border-color css

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

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

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