Html Css Color HEX #311320 Blackberry

📋 copy color: '#311320'

red 49 ◦ green 19 ◦ blue 32

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

Shades of Blackberry #311320

Tints of Blackberry #311320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19%

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

R = 49%
G = 19%
B = 32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#311320 (or 0x311320) is known color: Blackberry. HEX triplet: 31, 13 and 20. RGB value is (49,19,32). Sum of RGB (Red+Green+Blue) = 49+19+32=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #311320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311320 is #CEECDF. Grayscale: #1D1D1D. Windows color (decimal): -13561056 or 2102065. OLE color: 2102065.

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

Color convert

RGB 49 19 32 -
CMYK 0 0.61 0.35 0.81
HSL 334º 0.44% 0.13% -
HSV(B) 334º 0.61% 0.19% -
XYZ 1.76 1.22 1.51 -
YUV 29.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 49 19 32 0 0.61 0.35 0.81 334 0.44 0.13
Hex 31 13 20 0 3D 23 51 14E 2C D
Octal 61 23 40 0 75 43 121 516 54 15
Binary 110001 10011 100000 0 111101 100011 1010001 101001110 101100 1101

Color Harmonies of #311320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311320

Black with #311320

Text Example


Text Example

White with #311320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311320; }

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

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

background-color css

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

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

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

border-color css

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

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

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