#370820

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

Shades of Blackberry #370820

Tints of Blackberry #370820

Color information

#370820 (or 0x370820) is unknown color: approx Blackberry. HEX triplet: 37, 08 and 20. RGB value is (55,8,32). Sum of RGB (Red+Green+Blue) = 55+8+32=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #370820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370820 is #C8F7DF. Grayscale: #181818. Windows color (decimal): -13170656 or 2099255. OLE color: 2099255.

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

Color convert

RGB55832-
CMYK00.850.420.78
HSL329.36º74.6%12.35%-
HSV(B)329.36º85.45%21.57%-
XYZ1.921.091.48-
YUV24.79132.07149.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.89%
GREEN value IS 8 (3.52% from 255) = 8.42%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=57.89%
G=8.42%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5583200.850.420.78329.3674.612.35
Hex378200552A4E1494bc
Octal67104001255211651111314
Binary110111100010000001010101101010100111010100100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370820; }

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

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

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

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

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

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

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

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