#370828

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

Shades of Blackberry #370828

Tints of Blackberry #370828

Color information

#370828 (or 0x370828) is unknown color: approx Blackberry. HEX triplet: 37, 08 and 28. RGB value is (55,8,40). Sum of RGB (Red+Green+Blue) = 55+8+40=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #370828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370828 is #C8F7D7. Grayscale: #191919. Windows color (decimal): -13170648 or 2623543. OLE color: 2623543.

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

Color convert

RGB55840-
CMYK00.850.270.78
HSL319.15º74.6%12.35%-
HSV(B)319.15º85.45%21.57%-
XYZ2.051.142.12-
YUV25.7136.07148.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.40%
GREEN value IS 8 (3.52% from 255) = 7.77%
BLUE value IS 40 (16.02% from 255) = 38.83%
R=53.40%
G=7.77%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5584000.850.270.78319.1574.612.35
Hex378280551B4E13f4bc
Octal67105001253311647711314
Binary11011110001010000101010111011100111010011111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370828; }

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

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

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

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

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

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

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

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