Html Css Color HEX #420537 Blackberry

📋 copy color: '#420537'

red 66 ◦ green 5 ◦ blue 55

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

Shades of Blackberry #420537

Tints of Blackberry #420537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 43.65%

R = 52.38%
G = 3.97%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#420537 (or 0x420537) is known color: Blackberry. HEX triplet: 42, 05 and 37. RGB value is (66,5,55). Sum of RGB (Red+Green+Blue) = 66+5+55=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #420537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420537 is #BDFAC8. Grayscale: #1C1C1C. Windows color (decimal): -12450505 or 3605826. OLE color: 3605826.

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

Color convert

RGB 66 5 55 -
CMYK 0 0.92 0.17 0.74
HSL 310.82º 0.86% 0.14% -
HSV(B) 310.82º 0.92% 0.26% -
XYZ 2.99 1.54 3.75 -
YUV 28.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 66 5 55 0 0.92 0.17 0.74 310.82 0.86 0.14
Hex 42 5 37 0 5C 11 4A 137 56 E
Octal 102 5 67 0 134 21 112 467 126 16
Binary 1000010 101 110111 0 1011100 10001 1001010 100110111 1010110 1110

Color Harmonies of #420537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420537

Black with #420537

Text Example


Text Example

White with #420537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420537; }

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

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

background-color css

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

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

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

border-color css

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

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

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