#331027

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

Shades of Blackberry #331027

Tints of Blackberry #331027

Color information

#331027 (or 0x331027) is unknown color: approx Blackberry. HEX triplet: 33, 10 and 27. RGB value is (51,16,39). Sum of RGB (Red+Green+Blue) = 51+16+39=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #331027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331027 is #CCEFD8. Grayscale: #1D1D1D. Windows color (decimal): -13430745 or 2560051. OLE color: 2560051.

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

Color convert

RGB511639-
CMYK00.690.240.8
HSL320.57º52.24%13.14%-
HSV(B)320.57º68.63%20%-
XYZ1.921.222.05-
YUV29.09133.6143.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 39 (15.62% from 255) = 36.79%
R=48.11%
G=15.09%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51163900.690.240.8320.5752.2413.14
Hex331027045185014134d
Octal6320470105301205016415
Binary11001110000100111010001011100010100001010000011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331027; }

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

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

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

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

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

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

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

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