#371326

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

Shades of Blackberry #371326

Tints of Blackberry #371326

Color information

#371326 (or 0x371326) is unknown color: approx Blackberry. HEX triplet: 37, 13 and 26. RGB value is (55,19,38). Sum of RGB (Red+Green+Blue) = 55+19+38=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #371326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371326 is #C8ECD9. Grayscale: #1F1F1F. Windows color (decimal): -13167834 or 2495287. OLE color: 2495287.

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

Color convert

RGB551938-
CMYK00.650.310.78
HSL328.33º48.65%14.51%-
HSV(B)328.33º65.45%21.57%-
XYZ2.161.421.99-
YUV31.93131.43144.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.11%
GREEN value IS 19 (7.81% from 255) = 16.96%
BLUE value IS 38 (15.23% from 255) = 33.93%
R=49.11%
G=16.96%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55193800.650.310.78328.3348.6514.51
Hex3713260411F4E14831f
Octal6723460101371165106117
Binary11011110011100110010000011111110011101010010001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371326; }

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

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

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

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

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

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

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

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