#370123

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

Shades of Blackberry #370123

Tints of Blackberry #370123

Color information

#370123 (or 0x370123) is unknown color: approx Blackberry. HEX triplet: 37, 01 and 23. RGB value is (55,1,35). Sum of RGB (Red+Green+Blue) = 55+1+35=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #370123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370123 is #C8FEDC. Grayscale: #141414. Windows color (decimal): -13172445 or 2294071. OLE color: 2294071.

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

Color convert

RGB55135-
CMYK00.980.360.78
HSL322.22º96.43%10.98%-
HSV(B)322.22º98.18%21.57%-
XYZ1.890.961.67-
YUV21.02135.89152.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 60.44%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 35 (14.06% from 255) = 38.46%
R=60.44%
G=1.10%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5513500.980.360.78322.2296.4310.98
Hex37123062244E14260b
Octal6714301424411650214013
Binary110111110001101100010100100100111010100001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370123; }

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

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

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

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

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

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

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

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