Html Css Color HEX #371122 Blackberry

📋 copy color: '#371122'

red 55 ◦ green 17 ◦ blue 34

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

Shades of Blackberry #371122

Tints of Blackberry #371122

RGB

 RED value IS 55 (21.88% from 255) = 51.89%

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

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

R = 51.89%
G = 16.04%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.78

RGB Variations

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

Color information

#371122 (or 0x371122) is known color: Blackberry. HEX triplet: 37, 11 and 22. RGB value is (55,17,34). Sum of RGB (Red+Green+Blue) = 55+17+34=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #371122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371122 is #C8EEDD. Grayscale: #1E1E1E. Windows color (decimal): -13168350 or 2232631. OLE color: 2232631.

HSL color Cylindrical-coordinate representation of color #371122: hue angle of 333.16º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371122 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 17 34 -
CMYK 0 0.69 0.38 0.78
HSL 333.16º 0.53% 0.14% -
HSV(B) 333.16º 0.69% 0.22% -
XYZ 2.06 1.33 1.66 -
YUV 30.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 55 17 34 0 0.69 0.38 0.78 333.16 0.53 0.14
Hex 37 11 22 0 45 26 4E 14D 35 E
Octal 67 21 42 0 105 46 116 515 65 16
Binary 110111 10001 100010 0 1000101 100110 1001110 101001101 110101 1110

Color Harmonies of #371122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371122

Black with #371122

Text Example


Text Example

White with #371122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371122; }

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

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

background-color css

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

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

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

border-color css

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

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

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