#370021

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

Shades of Blackberry #370021

Tints of Blackberry #370021

Color information

#370021 (or 0x370021) is unknown color: approx Blackberry. HEX triplet: 37, 00 and 21. RGB value is (55,0,33). Sum of RGB (Red+Green+Blue) = 55+0+33=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #370021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370021 is #C8FFDE. Grayscale: #141414. Windows color (decimal): -13172703 or 2162743. OLE color: 2162743.

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

Color convert

RGB55033-
CMYK010.40.78
HSL324º100%10.78%-
HSV(B)324º100%21.57%-
XYZ1.850.921.52-
YUV20.21135.22152.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 62.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 37.5%
R=62.5%
G=0%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55033010.40.7832410010.78
Hex37021064284E14464b
Octal6704101445011650414413
Binary110111010000101100100101000100111010100010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370021; }

 p { color: rgb(55,0,33); }

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

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

 a { background-color: rgb(55,0,33); }

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

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

 span { border-color: rgb(55,0,33); }

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