#370128

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

Shades of Blackberry #370128

Tints of Blackberry #370128

Color information

#370128 (or 0x370128) is unknown color: approx Blackberry. HEX triplet: 37, 01 and 28. RGB value is (55,1,40). Sum of RGB (Red+Green+Blue) = 55+1+40=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #370128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370128 is #C8FED7. Grayscale: #151515. Windows color (decimal): -13172440 or 2621751. OLE color: 2621751.

HSL color Cylindrical-coordinate representation of color #370128: hue angle of 316.67º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370128 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB55140-
CMYK00.980.270.78
HSL316.67º96.43%10.98%-
HSV(B)316.67º98.18%21.57%-
XYZ1.970.992.09-
YUV21.59138.39151.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.29%
GREEN value IS 1 (0.78% from 255) = 1.04%
BLUE value IS 40 (16.02% from 255) = 41.67%
R=57.29%
G=1.04%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5514000.980.270.78316.6796.4310.98
Hex371280621B4E13d60b
Octal6715001423311647514013
Binary11011111010000110001011011100111010011110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370128; }

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

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

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

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

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

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

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

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