#330E1E

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

Shades of Blackberry #330E1E

Tints of Blackberry #330E1E

Color information

#330E1E (or 0x330E1E) is unknown color: approx Blackberry. HEX triplet: 33, 0E and 1E. RGB value is (51,14,30). Sum of RGB (Red+Green+Blue) = 51+14+30=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #330E1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E1E is #CCF1E1. Grayscale: #1A1A1A. Windows color (decimal): -13431266 or 1969715. OLE color: 1969715.

HSL color Cylindrical-coordinate representation of color #330E1E: hue angle of 334.05º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #330E1E is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.8.

Color convert

RGB511430-
CMYK00.730.410.8
HSL334.05º56.92%12.75%-
HSV(B)334.05º72.55%20%-
XYZ1.761.111.35-
YUV26.89129.76145.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.68%
GREEN value IS 14 (5.86% from 255) = 14.74%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=53.68%
G=14.74%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51143000.730.410.8334.0556.9212.75
Hex33E1E049295014e39d
Octal6316360111511205167115
Binary1100111110111100100100110100110100001010011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,14,30); }

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

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

 a { background-color: rgb(51,14,30); }

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

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

 span { border-color: rgb(51,14,30); }

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