Html Css Color HEX #311420 Blackberry

📋 copy color: '#311420'

red 49 ◦ green 20 ◦ blue 32

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

Shades of Blackberry #311420

Tints of Blackberry #311420

RGB

 RED value IS 49 (19.53% from 255) = 48.51%

 GREEN value IS 20 (8.2% from 255) = 19.8%

 BLUE value IS 32 (12.89% from 255) = 31.68%

R = 48.51%
G = 19.8%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#311420 (or 0x311420) is known color: Blackberry. HEX triplet: 31, 14 and 20. RGB value is (49,20,32). Sum of RGB (Red+Green+Blue) = 49+20+32=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #311420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311420 is #CEEBDF. Grayscale: #1E1E1E. Windows color (decimal): -13560800 or 2102321. OLE color: 2102321.

HSL color Cylindrical-coordinate representation of color #311420: hue angle of 335.17º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #311420 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 20 32 -
CMYK 0 0.59 0.35 0.81
HSL 335.17º 0.42% 0.14% -
HSV(B) 335.17º 0.59% 0.19% -
XYZ 1.78 1.26 1.52 -
YUV 30.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 49 20 32 0 0.59 0.35 0.81 335.17 0.42 0.14
Hex 31 14 20 0 3B 23 51 14F 2A E
Octal 61 24 40 0 73 43 121 517 52 16
Binary 110001 10100 100000 0 111011 100011 1010001 101001111 101010 1110

Color Harmonies of #311420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311420

Black with #311420

Text Example


Text Example

White with #311420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311420; }

 p { color: rgb(49,20,32); }

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

background-color css

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

 a { background-color: rgb(49,20,32); }

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

border-color css

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

 span { border-color: rgb(49,20,32); }

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