Html Css Color HEX #371322 Blackberry

📋 copy color: '#371322'

red 55 ◦ green 19 ◦ blue 34

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

Shades of Blackberry #371322

Tints of Blackberry #371322

RGB

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

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

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

R = 50.93%
G = 17.59%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.78

RGB Variations

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

Color information

#371322 (or 0x371322) is known color: Blackberry. HEX triplet: 37, 13 and 22. RGB value is (55,19,34). Sum of RGB (Red+Green+Blue) = 55+19+34=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #371322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371322 is #C8ECDD. Grayscale: #1F1F1F. Windows color (decimal): -13167838 or 2233143. OLE color: 2233143.

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

Color convert

RGB 55 19 34 -
CMYK 0 0.65 0.38 0.78
HSL 335º 0.49% 0.15% -
HSV(B) 335º 0.65% 0.22% -
XYZ 2.1 1.39 1.67 -
YUV 31.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 55 19 34 0 0.65 0.38 0.78 335 0.49 0.15
Hex 37 13 22 0 41 26 4E 14F 31 F
Octal 67 23 42 0 101 46 116 517 61 17
Binary 110111 10011 100010 0 1000001 100110 1001110 101001111 110001 1111

Color Harmonies of #371322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371322

Black with #371322

Text Example


Text Example

White with #371322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371322; }

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

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

background-color css

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

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

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

border-color css

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

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

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