Html Css Color HEX #420033 Blackberry

📋 copy color: '#420033'

red 66 ◦ green 0 ◦ blue 51

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

Shades of Blackberry #420033

Tints of Blackberry #420033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 51 (20.31% from 255) = 43.59%

R = 56.41%
G = 0%
B = 43.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#420033 (or 0x420033) is known color: Blackberry. HEX triplet: 42, 00 and 33. RGB value is (66,0,51). Sum of RGB (Red+Green+Blue) = 66+0+51=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #420033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420033 is #BDFFCC. Grayscale: #191919. Windows color (decimal): -12451789 or 3342402. OLE color: 3342402.

HSL color Cylindrical-coordinate representation of color #420033: hue angle of 313.64º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420033 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 0 51 -
CMYK 0 1 0.23 0.74
HSL 313.64º 1% 0.13% -
HSV(B) 313.64º 1% 0.26% -
XYZ 2.84 1.4 3.25 -
YUV 25.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 66 0 51 0 1 0.23 0.74 313.64 1 0.13
Hex 42 0 33 0 64 17 4A 13A 64 D
Octal 102 0 63 0 144 27 112 472 144 15
Binary 1000010 0 110011 0 1100100 10111 1001010 100111010 1100100 1101

Color Harmonies of #420033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420033

Black with #420033

Text Example


Text Example

White with #420033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420033; }

 p { color: rgb(66,0,51); }

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

background-color css

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

 a { background-color: rgb(66,0,51); }

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

border-color css

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

 span { border-color: rgb(66,0,51); }

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