Html Css Color HEX #420333 Blackberry

📋 copy color: '#420333'

red 66 ◦ green 3 ◦ blue 51

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

Shades of Blackberry #420333

Tints of Blackberry #420333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.5%

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

R = 55%
G = 2.5%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#420333 (or 0x420333) is known color: Blackberry. HEX triplet: 42, 03 and 33. RGB value is (66,3,51). Sum of RGB (Red+Green+Blue) = 66+3+51=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #420333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420333 is #BDFCCC. Grayscale: #1B1B1B. Windows color (decimal): -12451021 or 3343170. OLE color: 3343170.

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

Color convert

RGB 66 3 51 -
CMYK 0 0.95 0.23 0.74
HSL 314.29º 0.91% 0.14% -
HSV(B) 314.29º 0.95% 0.26% -
XYZ 2.88 1.46 3.26 -
YUV 27.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 66 3 51 0 0.95 0.23 0.74 314.29 0.91 0.14
Hex 42 3 33 0 5F 17 4A 13A 5B E
Octal 102 3 63 0 137 27 112 472 133 16
Binary 1000010 11 110011 0 1011111 10111 1001010 100111010 1011011 1110

Color Harmonies of #420333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420333

Black with #420333

Text Example


Text Example

White with #420333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420333; }

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

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

background-color css

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

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

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

border-color css

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

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

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