#370423

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

Shades of Blackberry #370423

Tints of Blackberry #370423

Color information

#370423 (or 0x370423) is unknown color: approx Blackberry. HEX triplet: 37, 04 and 23. RGB value is (55,4,35). Sum of RGB (Red+Green+Blue) = 55+4+35=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #370423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370423 is #C8FBDC. Grayscale: #161616. Windows color (decimal): -13171677 or 2294839. OLE color: 2294839.

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

Color convert

RGB55435-
CMYK00.930.360.78
HSL323.53º86.44%11.57%-
HSV(B)323.53º92.73%21.57%-
XYZ1.921.021.69-
YUV22.78134.9150.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 58.51%
GREEN value IS 4 (1.95% from 255) = 4.26%
BLUE value IS 35 (14.06% from 255) = 37.23%
R=58.51%
G=4.26%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5543500.930.360.78323.5386.4411.57
Hex3742305D244E14456c
Octal6744301354411650412614
Binary11011110010001101011101100100100111010100010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370423; }

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

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

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

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

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

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

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

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