#370629

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

Shades of Blackberry #370629

Tints of Blackberry #370629

Color information

#370629 (or 0x370629) is unknown color: approx Blackberry. HEX triplet: 37, 06 and 29. RGB value is (55,6,41). Sum of RGB (Red+Green+Blue) = 55+6+41=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #370629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370629 is #C8F9D6. Grayscale: #181818. Windows color (decimal): -13171159 or 2688567. OLE color: 2688567.

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

Color convert

RGB55641-
CMYK00.890.250.78
HSL317.14º80.33%11.96%-
HSV(B)317.14º89.09%21.57%-
XYZ2.041.12.2-
YUV24.64137.23149.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.92%
GREEN value IS 6 (2.73% from 255) = 5.88%
BLUE value IS 41 (16.41% from 255) = 40.20%
R=53.92%
G=5.88%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5564100.890.250.78317.1480.3311.96
Hex37629059194E13d50c
Octal6765101313111647512014
Binary1101111101010010101100111001100111010011110110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370629; }

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

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

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

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

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

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

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

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