#370825

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

Shades of Blackberry #370825

Tints of Blackberry #370825

Color information

#370825 (or 0x370825) is unknown color: approx Blackberry. HEX triplet: 37, 08 and 25. RGB value is (55,8,37). Sum of RGB (Red+Green+Blue) = 55+8+37=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #370825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370825 is #C8F7DA. Grayscale: #191919. Windows color (decimal): -13170651 or 2426935. OLE color: 2426935.

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

Color convert

RGB55837-
CMYK00.850.330.78
HSL322.98º74.6%12.35%-
HSV(B)322.98º85.45%21.57%-
XYZ21.121.86-
YUV25.36134.57149.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 55%
GREEN value IS 8 (3.52% from 255) = 8%
BLUE value IS 37 (14.84% from 255) = 37%
R=55%
G=8%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5583700.850.330.78322.9874.612.35
Hex37825055214E1434bc
Octal67104501254111650311314
Binary110111100010010101010101100001100111010100001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370825; }

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

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

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

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

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

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

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

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