Html Css Color HEX #420538 Blackberry

📋 copy color: '#420538'

red 66 ◦ green 5 ◦ blue 56

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

Shades of Blackberry #420538

Tints of Blackberry #420538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 44.09%

R = 51.97%
G = 3.94%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#420538 (or 0x420538) is known color: Blackberry. HEX triplet: 42, 05 and 38. RGB value is (66,5,56). Sum of RGB (Red+Green+Blue) = 66+5+56=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #420538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420538 is #BDFAC7. Grayscale: #1C1C1C. Windows color (decimal): -12450504 or 3671362. OLE color: 3671362.

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

Color convert

RGB 66 5 56 -
CMYK 0 0.92 0.15 0.74
HSL 309.84º 0.86% 0.14% -
HSV(B) 309.84º 0.92% 0.26% -
XYZ 3.01 1.55 3.88 -
YUV 29.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 66 5 56 0 0.92 0.15 0.74 309.84 0.86 0.14
Hex 42 5 38 0 5C F 4A 136 56 E
Octal 102 5 70 0 134 17 112 466 126 16
Binary 1000010 101 111000 0 1011100 1111 1001010 100110110 1010110 1110

Color Harmonies of #420538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420538

Black with #420538

Text Example


Text Example

White with #420538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420538; }

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

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

background-color css

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

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

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

border-color css

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

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

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