Html Css Color HEX #420532 Blackberry

📋 copy color: '#420532'

red 66 ◦ green 5 ◦ blue 50

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

Shades of Blackberry #420532

Tints of Blackberry #420532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.13%

 BLUE value IS 50 (19.92% from 255) = 41.32%

R = 54.55%
G = 4.13%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#420532 (or 0x420532) is known color: Blackberry. HEX triplet: 42, 05 and 32. RGB value is (66,5,50). Sum of RGB (Red+Green+Blue) = 66+5+50=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #420532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420532 is #BDFACD. Grayscale: #1C1C1C. Windows color (decimal): -12450510 or 3278146. OLE color: 3278146.

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

Color convert

RGB 66 5 50 -
CMYK 0 0.92 0.24 0.74
HSL 315.74º 0.86% 0.14% -
HSV(B) 315.74º 0.92% 0.26% -
XYZ 2.88 1.5 3.15 -
YUV 28.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 66 5 50 0 0.92 0.24 0.74 315.74 0.86 0.14
Hex 42 5 32 0 5C 18 4A 13C 56 E
Octal 102 5 62 0 134 30 112 474 126 16
Binary 1000010 101 110010 0 1011100 11000 1001010 100111100 1010110 1110

Color Harmonies of #420532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420532

Black with #420532

Text Example


Text Example

White with #420532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420532; }

 p { color: rgb(66,5,50); }

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

background-color css

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

 a { background-color: rgb(66,5,50); }

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

border-color css

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

 span { border-color: rgb(66,5,50); }

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