#370925

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

Shades of Blackberry #370925

Tints of Blackberry #370925

Color information

#370925 (or 0x370925) is unknown color: approx Blackberry. HEX triplet: 37, 09 and 25. RGB value is (55,9,37). Sum of RGB (Red+Green+Blue) = 55+9+37=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #370925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370925 is #C8F6DA. Grayscale: #191919. Windows color (decimal): -13170395 or 2427191. OLE color: 2427191.

HSL color Cylindrical-coordinate representation of color #370925: hue angle of 323.48º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #370925 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB55937-
CMYK00.840.330.78
HSL323.48º71.88%12.55%-
HSV(B)323.48º83.64%21.57%-
XYZ2.011.141.86-
YUV25.95134.24148.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 54.46%
GREEN value IS 9 (3.91% from 255) = 8.91%
BLUE value IS 37 (14.84% from 255) = 36.63%
R=54.46%
G=8.91%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5593700.840.330.78323.4871.8812.55
Hex37925054214E14348d
Octal67114501244111650311015
Binary110111100110010101010100100001100111010100001110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370925; }

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

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

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

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

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

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

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

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