Html Css Color HEX #311122 Blackberry

📋 copy color: '#311122'

red 49 ◦ green 17 ◦ blue 34

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

Shades of Blackberry #311122

Tints of Blackberry #311122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17%

 BLUE value IS 34 (13.67% from 255) = 34%

R = 49%
G = 17%
B = 34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#311122 (or 0x311122) is known color: Blackberry. HEX triplet: 31, 11 and 22. RGB value is (49,17,34). Sum of RGB (Red+Green+Blue) = 49+17+34=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #311122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311122 is #CEEEDD. Grayscale: #1C1C1C. Windows color (decimal): -13561566 or 2232625. OLE color: 2232625.

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

Color convert

RGB 49 17 34 -
CMYK 0 0.65 0.31 0.81
HSL 328.13º 0.48% 0.13% -
HSV(B) 328.13º 0.65% 0.19% -
XYZ 1.76 1.17 1.65 -
YUV 28.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 49 17 34 0 0.65 0.31 0.81 328.13 0.48 0.13
Hex 31 11 22 0 41 1F 51 148 30 D
Octal 61 21 42 0 101 37 121 510 60 15
Binary 110001 10001 100010 0 1000001 11111 1010001 101001000 110000 1101

Color Harmonies of #311122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311122

Black with #311122

Text Example


Text Example

White with #311122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311122; }

 p { color: rgb(49,17,34); }

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

background-color css

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

 a { background-color: rgb(49,17,34); }

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

border-color css

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

 span { border-color: rgb(49,17,34); }

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