#331227

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

Shades of Blackberry #331227

Tints of Blackberry #331227

Color information

#331227 (or 0x331227) is unknown color: approx Blackberry. HEX triplet: 33, 12 and 27. RGB value is (51,18,39). Sum of RGB (Red+Green+Blue) = 51+18+39=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #331227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331227 is #CCEDD8. Grayscale: #1E1E1E. Windows color (decimal): -13430233 or 2560563. OLE color: 2560563.

HSL color Cylindrical-coordinate representation of color #331227: hue angle of 321.82º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331227 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.8.

Color convert

RGB511839-
CMYK00.650.240.8
HSL321.82º47.83%13.53%-
HSV(B)321.82º64.71%20%-
XYZ1.951.282.06-
YUV30.26132.93142.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.22%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 39 (15.62% from 255) = 36.11%
R=47.22%
G=16.67%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51183900.650.240.8321.8247.8313.53
Hex331227041185014230e
Octal6322470101301205026016
Binary11001110010100111010000011100010100001010000101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331227; }

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

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

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

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

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

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

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

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