Html Css Color HEX #420320 Blackberry

📋 copy color: '#420320'

red 66 ◦ green 3 ◦ blue 32

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

Shades of Blackberry #420320

Tints of Blackberry #420320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 31.68%

R = 65.35%
G = 2.97%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#420320 (or 0x420320) is known color: Blackberry. HEX triplet: 42, 03 and 20. RGB value is (66,3,32). Sum of RGB (Red+Green+Blue) = 66+3+32=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #420320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420320 is #BDFCDF. Grayscale: #191919. Windows color (decimal): -12451040 or 2097986. OLE color: 2097986.

HSL color Cylindrical-coordinate representation of color #420320: hue angle of 332.38º 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 #420320 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 3 32 -
CMYK 0 0.95 0.52 0.74
HSL 332.38º 0.91% 0.14% -
HSV(B) 332.38º 0.95% 0.26% -
XYZ 2.54 1.33 1.49 -
YUV 25.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 66 3 32 0 0.95 0.52 0.74 332.38 0.91 0.14
Hex 42 3 20 0 5F 34 4A 14C 5B E
Octal 102 3 40 0 137 64 112 514 133 16
Binary 1000010 11 100000 0 1011111 110100 1001010 101001100 1011011 1110

Color Harmonies of #420320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420320

Black with #420320

Text Example


Text Example

White with #420320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420320; }

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

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

background-color css

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

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

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

border-color css

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

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

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