Html Css Color HEX #420621 Blackberry

📋 copy color: '#420621'

red 66 ◦ green 6 ◦ blue 33

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

Shades of Blackberry #420621

Tints of Blackberry #420621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.71%

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

R = 62.86%
G = 5.71%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#420621 (or 0x420621) is known color: Blackberry. HEX triplet: 42, 06 and 21. RGB value is (66,6,33). Sum of RGB (Red+Green+Blue) = 66+6+33=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #420621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420621 is #BDF9DE. Grayscale: #1A1A1A. Windows color (decimal): -12450271 or 2164290. OLE color: 2164290.

HSL color Cylindrical-coordinate representation of color #420621: hue angle of 333º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420621 is Cyan = 0, Magento = 0.91, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 6 33 -
CMYK 0 0.91 0.5 0.74
HSL 333º 0.83% 0.14% -
HSV(B) 333º 0.91% 0.26% -
XYZ 2.59 1.4 1.57 -
YUV 27.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 66 6 33 0 0.91 0.5 0.74 333 0.83 0.14
Hex 42 6 21 0 5B 32 4A 14D 53 E
Octal 102 6 41 0 133 62 112 515 123 16
Binary 1000010 110 100001 0 1011011 110010 1001010 101001101 1010011 1110

Color Harmonies of #420621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420621

Black with #420621

Text Example


Text Example

White with #420621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420621; }

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

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

background-color css

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

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

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

border-color css

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

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

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