Html Css Color HEX #420131 Blackberry

📋 copy color: '#420131'

red 66 ◦ green 1 ◦ blue 49

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

Shades of Blackberry #420131

Tints of Blackberry #420131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.86%

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

R = 56.9%
G = 0.86%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#420131 (or 0x420131) is known color: Blackberry. HEX triplet: 42, 01 and 31. RGB value is (66,1,49). Sum of RGB (Red+Green+Blue) = 66+1+49=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #420131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420131 is #BDFECE. Grayscale: #191919. Windows color (decimal): -12451535 or 3211586. OLE color: 3211586.

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

Color convert

RGB 66 1 49 -
CMYK 0 0.98 0.26 0.74
HSL 315.69º 0.97% 0.13% -
HSV(B) 315.69º 0.98% 0.26% -
XYZ 2.81 1.4 3.03 -
YUV 25.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 66 1 49 0 0.98 0.26 0.74 315.69 0.97 0.13
Hex 42 1 31 0 62 1A 4A 13C 61 D
Octal 102 1 61 0 142 32 112 474 141 15
Binary 1000010 1 110001 0 1100010 11010 1001010 100111100 1100001 1101

Color Harmonies of #420131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420131

Black with #420131

Text Example


Text Example

White with #420131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420131; }

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

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

background-color css

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

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

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

border-color css

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

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

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