#371625

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

Shades of Blackberry #371625

Tints of Blackberry #371625

Color information

#371625 (or 0x371625) is unknown color: approx Blackberry. HEX triplet: 37, 16 and 25. RGB value is (55,22,37). Sum of RGB (Red+Green+Blue) = 55+22+37=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #371625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371625 is #C8E9DA. Grayscale: #212121. Windows color (decimal): -13167067 or 2430519. OLE color: 2430519.

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

Color convert

RGB552237-
CMYK00.60.330.78
HSL332.73º42.86%15.1%-
HSV(B)332.73º60%21.57%-
XYZ2.21.521.93-
YUV33.58129.93143.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.25%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=48.25%
G=19.30%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55223700.60.330.78332.7342.8615.1
Hex37162503C214E14d2bf
Octal672645074411165155317
Binary11011110110100101011110010000110011101010011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371625; }

 p { color: rgb(55,22,37); }

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

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

 a { background-color: rgb(55,22,37); }

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

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

 span { border-color: rgb(55,22,37); }

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