#370923

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

Shades of Blackberry #370923

Tints of Blackberry #370923

Color information

#370923 (or 0x370923) is unknown color: approx Blackberry. HEX triplet: 37, 09 and 23. RGB value is (55,9,35). Sum of RGB (Red+Green+Blue) = 55+9+35=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 35 (14.06% from 255 or 35.35% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #370923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370923 is #C8F6DC. Grayscale: #191919. Windows color (decimal): -13170397 or 2296119. OLE color: 2296119.

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

Color convert

RGB55935-
CMYK00.840.360.78
HSL326.09º71.88%12.55%-
HSV(B)326.09º83.64%21.57%-
XYZ1.981.131.7-
YUV25.72133.24148.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 55.56%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 35 (14.06% from 255) = 35.35%
R=55.56%
G=9.09%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5593500.840.360.78326.0971.8812.55
Hex37923054244E14648d
Octal67114301244411650611015
Binary110111100110001101010100100100100111010100011010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370923; }

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

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

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

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

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

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

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

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