#371328

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

Shades of Blackberry #371328

Tints of Blackberry #371328

Color information

#371328 (or 0x371328) is unknown color: approx Blackberry. HEX triplet: 37, 13 and 28. RGB value is (55,19,40). Sum of RGB (Red+Green+Blue) = 55+19+40=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #371328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371328 is #C8ECD7. Grayscale: #202020. Windows color (decimal): -13167832 or 2626359. OLE color: 2626359.

HSL color Cylindrical-coordinate representation of color #371328: hue angle of 325º 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 #371328 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB551940-
CMYK00.650.270.78
HSL325º48.65%14.51%-
HSV(B)325º65.45%21.57%-
XYZ2.191.432.17-
YUV32.16132.43144.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.25%
GREEN value IS 19 (7.81% from 255) = 16.67%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=48.25%
G=16.67%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55194000.650.270.7832548.6514.51
Hex3713280411B4E14531f
Octal6723500101331165056117
Binary11011110011101000010000011101110011101010001011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371328; }

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

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

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

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

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

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

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

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