#370028

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

Shades of Blackberry #370028

Tints of Blackberry #370028

Color information

#370028 (or 0x370028) is unknown color: approx Blackberry. HEX triplet: 37, 00 and 28. RGB value is (55,0,40). Sum of RGB (Red+Green+Blue) = 55+0+40=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #370028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370028 is #C8FFD7. Grayscale: #141414. Windows color (decimal): -13172696 or 2621495. OLE color: 2621495.

HSL color Cylindrical-coordinate representation of color #370028: hue angle of 316.36º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370028 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB55040-
CMYK010.270.78
HSL316.36º100%10.78%-
HSV(B)316.36º100%21.57%-
XYZ1.960.972.09-
YUV21.01138.72152.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 42.11%
R=57.89%
G=0%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55040010.270.78316.3610010.78
Hex370280641B4E13c64b
Octal6705001443311647414413
Binary11011101010000110010011011100111010011110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370028; }

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

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

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

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

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

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

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

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