#371022

Color #371022 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #371022

Tints of Blackberry #371022

Color information

#371022 (or 0x371022) is unknown color: approx Blackberry. HEX triplet: 37, 10 and 22. RGB value is (55,16,34). Sum of RGB (Red+Green+Blue) = 55+16+34=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #371022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371022 is #C8EFDD. Grayscale: #1D1D1D. Windows color (decimal): -13168606 or 2232375. OLE color: 2232375.

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

Color convert

RGB551634-
CMYK00.710.380.78
HSL332.31º54.93%13.92%-
HSV(B)332.31º70.91%21.57%-
XYZ2.051.31.66-
YUV29.71130.42146.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.38%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 34 (13.67% from 255) = 32.38%
R=52.38%
G=15.24%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55163400.710.380.78332.3154.9313.92
Hex371022047264E14c37e
Octal6720420107461165146716
Binary110111100001000100100011110011010011101010011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371022; }

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

 H1.HeaderClassName
 {
   color: #371022;
 }
 .AnyTagClassName
 {
   color: #371022;
 }
</style>
background-color css

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

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

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

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

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

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