#330C27

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

Shades of Blackberry #330C27

Tints of Blackberry #330C27

Color information

#330C27 (or 0x330C27) is unknown color: approx Blackberry. HEX triplet: 33, 0C and 27. RGB value is (51,12,39). Sum of RGB (Red+Green+Blue) = 51+12+39=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #330C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C27 is #CCF3D8. Grayscale: #1A1A1A. Windows color (decimal): -13431769 or 2559027. OLE color: 2559027.

HSL color Cylindrical-coordinate representation of color #330C27: hue angle of 318.46º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #330C27 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.8.

Color convert

RGB511239-
CMYK00.760.240.8
HSL318.46º61.9%12.35%-
HSV(B)318.46º76.47%20%-
XYZ1.861.112.04-
YUV26.74134.92145.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50%
GREEN value IS 12 (5.08% from 255) = 11.76%
BLUE value IS 39 (15.62% from 255) = 38.24%
R=50%
G=11.76%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51123900.760.240.8318.4661.912.35
Hex33C2704C185013e3ec
Octal6314470114301204767614
Binary1100111100100111010011001100010100001001111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330C27; }

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

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

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

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

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

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

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

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