Html Css Color HEX #420833 Blackberry

📋 copy color: '#420833'

red 66 ◦ green 8 ◦ blue 51

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

Shades of Blackberry #420833

Tints of Blackberry #420833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.4%

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

R = 52.8%
G = 6.4%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#420833 (or 0x420833) is known color: Blackberry. HEX triplet: 42, 08 and 33. RGB value is (66,8,51). Sum of RGB (Red+Green+Blue) = 66+8+51=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #420833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420833 is #BDF7CC. Grayscale: #1E1E1E. Windows color (decimal): -12449741 or 3344450. OLE color: 3344450.

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

Color convert

RGB 66 8 51 -
CMYK 0 0.88 0.23 0.74
HSL 315.52º 0.78% 0.15% -
HSV(B) 315.52º 0.88% 0.26% -
XYZ 2.93 1.57 3.28 -
YUV 30.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 66 8 51 0 0.88 0.23 0.74 315.52 0.78 0.15
Hex 42 8 33 0 58 17 4A 13C 4E F
Octal 102 10 63 0 130 27 112 474 116 17
Binary 1000010 1000 110011 0 1011000 10111 1001010 100111100 1001110 1111

Color Harmonies of #420833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420833

Black with #420833

Text Example


Text Example

White with #420833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420833; }

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

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

background-color css

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

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

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

border-color css

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

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

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