#370428

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

Shades of Blackberry #370428

Tints of Blackberry #370428

Color information

#370428 (or 0x370428) is unknown color: approx Blackberry. HEX triplet: 37, 04 and 28. RGB value is (55,4,40). Sum of RGB (Red+Green+Blue) = 55+4+40=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #370428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370428 is #C8FBD7. Grayscale: #171717. Windows color (decimal): -13171672 or 2622519. OLE color: 2622519.

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

Color convert

RGB55440-
CMYK00.930.270.78
HSL317.65º86.44%11.57%-
HSV(B)317.65º92.73%21.57%-
XYZ21.052.11-
YUV23.35137.4150.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 55.56%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 40 (16.02% from 255) = 40.40%
R=55.56%
G=4.04%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5544000.930.270.78317.6586.4411.57
Hex3742805D1B4E13e56c
Octal6745001353311647612614
Binary1101111001010000101110111011100111010011111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370428; }

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

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

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

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

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

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

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

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