#330B27

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

Shades of Blackberry #330B27

Tints of Blackberry #330B27

Color information

#330B27 (or 0x330B27) is unknown color: approx Blackberry. HEX triplet: 33, 0B and 27. RGB value is (51,11,39). Sum of RGB (Red+Green+Blue) = 51+11+39=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 39 (15.62% from 255 or 38.61% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #330B27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B27 is #CCF4D8. Grayscale: #1A1A1A. Windows color (decimal): -13432025 or 2558771. OLE color: 2558771.

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

Color convert

RGB511139-
CMYK00.780.240.8
HSL318º64.52%12.16%-
HSV(B)318º78.43%20%-
XYZ1.851.092.03-
YUV26.15135.25145.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50.50%
GREEN value IS 11 (4.69% from 255) = 10.89%
BLUE value IS 39 (15.62% from 255) = 38.61%
R=50.50%
G=10.89%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51113900.780.240.831864.5212.16
Hex33B2704E185013e41c
Octal63134701163012047610114
Binary11001110111001110100111011000101000010011111010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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