#370829

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

Shades of Blackberry #370829

Tints of Blackberry #370829

Color information

#370829 (or 0x370829) is unknown color: approx Blackberry. HEX triplet: 37, 08 and 29. RGB value is (55,8,41). Sum of RGB (Red+Green+Blue) = 55+8+41=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #370829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370829 is #C8F7D6. Grayscale: #191919. Windows color (decimal): -13170647 or 2689079. OLE color: 2689079.

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

Color convert

RGB55841-
CMYK00.850.250.78
HSL317.87º74.6%12.35%-
HSV(B)317.87º85.45%21.57%-
XYZ2.061.152.21-
YUV25.82136.57148.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 8 (3.52% from 255) = 7.69%
BLUE value IS 41 (16.41% from 255) = 39.42%
R=52.88%
G=7.69%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5584100.850.250.78317.8774.612.35
Hex37829055194E13e4bc
Octal67105101253111647611314
Binary11011110001010010101010111001100111010011111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370829; }

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

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

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

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

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

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

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

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