Html Css Color HEX #420C33 Blackberry

📋 copy color: '#420C33'

red 66 ◦ green 12 ◦ blue 51

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

Shades of Blackberry #420C33

Tints of Blackberry #420C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.3%

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

R = 51.16%
G = 9.3%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#420C33 (or 0x420C33) is known color: Blackberry. HEX triplet: 42, 0C and 33. RGB value is (66,12,51). Sum of RGB (Red+Green+Blue) = 66+12+51=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #420C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420C33 is #BDF3CC. Grayscale: #202020. Windows color (decimal): -12448717 or 3345474. OLE color: 3345474.

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

Color convert

RGB 66 12 51 -
CMYK 0 0.82 0.23 0.74
HSL 316.67º 0.69% 0.15% -
HSV(B) 316.67º 0.82% 0.26% -
XYZ 2.98 1.66 3.3 -
YUV 32.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 66 12 51 0 0.82 0.23 0.74 316.67 0.69 0.15
Hex 42 C 33 0 52 17 4A 13D 45 F
Octal 102 14 63 0 122 27 112 475 105 17
Binary 1000010 1100 110011 0 1010010 10111 1001010 100111101 1000101 1111

Color Harmonies of #420C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C33

Black with #420C33

Text Example


Text Example

White with #420C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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