#370026

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

Shades of Blackberry #370026

Tints of Blackberry #370026

Color information

#370026 (or 0x370026) is unknown color: approx Blackberry. HEX triplet: 37, 00 and 26. RGB value is (55,0,38). Sum of RGB (Red+Green+Blue) = 55+0+38=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #370026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370026 is #C8FFD9. Grayscale: #141414. Windows color (decimal): -13172698 or 2490423. OLE color: 2490423.

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

Color convert

RGB55038-
CMYK010.310.78
HSL318.55º100%10.78%-
HSV(B)318.55º100%21.57%-
XYZ1.930.951.92-
YUV20.78137.72152.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 40.86%
R=59.14%
G=0%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55038010.310.78318.5510010.78
Hex370260641F4E13f64b
Octal6704601443711647714413
Binary11011101001100110010011111100111010011111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370026; }

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

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

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

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

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

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

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

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