Html Css Color HEX #420231 Blackberry

📋 copy color: '#420231'

red 66 ◦ green 2 ◦ blue 49

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

Shades of Blackberry #420231

Tints of Blackberry #420231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.71%

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

R = 56.41%
G = 1.71%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#420231 (or 0x420231) is known color: Blackberry. HEX triplet: 42, 02 and 31. RGB value is (66,2,49). Sum of RGB (Red+Green+Blue) = 66+2+49=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #420231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420231 is #BDFDCE. Grayscale: #1A1A1A. Windows color (decimal): -12451279 or 3211842. OLE color: 3211842.

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

Color convert

RGB 66 2 49 -
CMYK 0 0.97 0.26 0.74
HSL 315.94º 0.94% 0.13% -
HSV(B) 315.94º 0.97% 0.26% -
XYZ 2.82 1.42 3.03 -
YUV 26.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 66 2 49 0 0.97 0.26 0.74 315.94 0.94 0.13
Hex 42 2 31 0 61 1A 4A 13C 5E D
Octal 102 2 61 0 141 32 112 474 136 15
Binary 1000010 10 110001 0 1100001 11010 1001010 100111100 1011110 1101

Color Harmonies of #420231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420231

Black with #420231

Text Example


Text Example

White with #420231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420231; }

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

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

background-color css

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

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

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

border-color css

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

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

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