Html Css Color HEX #420031 Blackberry

📋 copy color: '#420031'

red 66 ◦ green 0 ◦ blue 49

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

Shades of Blackberry #420031

Tints of Blackberry #420031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 42.61%

R = 57.39%
G = 0%
B = 42.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#420031 (or 0x420031) is known color: Blackberry. HEX triplet: 42, 00 and 31. RGB value is (66,0,49). Sum of RGB (Red+Green+Blue) = 66+0+49=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #420031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420031 is #BDFFCE. Grayscale: #191919. Windows color (decimal): -12451791 or 3211330. OLE color: 3211330.

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

Color convert

RGB 66 0 49 -
CMYK 0 1 0.26 0.74
HSL 315.45º 1% 0.13% -
HSV(B) 315.45º 1% 0.26% -
XYZ 2.8 1.38 3.02 -
YUV 25.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 66 0 49 0 1 0.26 0.74 315.45 1 0.13
Hex 42 0 31 0 64 1A 4A 13B 64 D
Octal 102 0 61 0 144 32 112 473 144 15
Binary 1000010 0 110001 0 1100100 11010 1001010 100111011 1100100 1101

Color Harmonies of #420031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420031

Black with #420031

Text Example


Text Example

White with #420031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420031; }

 p { color: rgb(66,0,49); }

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

background-color css

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

 a { background-color: rgb(66,0,49); }

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

border-color css

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

 span { border-color: rgb(66,0,49); }

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