#371227

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

Shades of Blackberry #371227

Tints of Blackberry #371227

Color information

#371227 (or 0x371227) is unknown color: approx Blackberry. HEX triplet: 37, 12 and 27. RGB value is (55,18,39). Sum of RGB (Red+Green+Blue) = 55+18+39=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #371227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371227 is #C8EDD8. Grayscale: #1F1F1F. Windows color (decimal): -13168089 or 2560567. OLE color: 2560567.

HSL color Cylindrical-coordinate representation of color #371227: hue angle of 325.95º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371227 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB551839-
CMYK00.670.290.78
HSL325.95º50.68%14.31%-
HSV(B)325.95º67.27%21.57%-
XYZ2.161.392.07-
YUV31.46132.26144.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.11%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 39 (15.62% from 255) = 34.82%
R=49.11%
G=16.07%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55183900.670.290.78325.9550.6814.31
Hex3712270431D4E14633e
Octal6722470103351165066316
Binary11011110010100111010000111110110011101010001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371227; }

 p { color: rgb(55,18,39); }

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

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

 a { background-color: rgb(55,18,39); }

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

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

 span { border-color: rgb(55,18,39); }

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