Html Css Color HEX #420421 Blackberry

📋 copy color: '#420421'

red 66 ◦ green 4 ◦ blue 33

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

Shades of Blackberry #420421

Tints of Blackberry #420421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.88%

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

R = 64.08%
G = 3.88%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#420421 (or 0x420421) is known color: Blackberry. HEX triplet: 42, 04 and 21. RGB value is (66,4,33). Sum of RGB (Red+Green+Blue) = 66+4+33=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #420421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420421 is #BDFBDE. Grayscale: #191919. Windows color (decimal): -12450783 or 2163778. OLE color: 2163778.

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

Color convert

RGB 66 4 33 -
CMYK 0 0.94 0.5 0.74
HSL 331.94º 0.89% 0.14% -
HSV(B) 331.94º 0.94% 0.26% -
XYZ 2.56 1.35 1.57 -
YUV 25.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 66 4 33 0 0.94 0.5 0.74 331.94 0.89 0.14
Hex 42 4 21 0 5E 32 4A 14C 59 E
Octal 102 4 41 0 136 62 112 514 131 16
Binary 1000010 100 100001 0 1011110 110010 1001010 101001100 1011001 1110

Color Harmonies of #420421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420421

Black with #420421

Text Example


Text Example

White with #420421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420421; }

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

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

background-color css

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

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

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

border-color css

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

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

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