#330E1F

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

Shades of Blackberry #330E1F

Tints of Blackberry #330E1F

Color information

#330E1F (or 0x330E1F) is unknown color: approx Blackberry. HEX triplet: 33, 0E and 1F. RGB value is (51,14,31). Sum of RGB (Red+Green+Blue) = 51+14+31=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #330E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E1F is #CCF1E0. Grayscale: #1A1A1A. Windows color (decimal): -13431265 or 2035251. OLE color: 2035251.

HSL color Cylindrical-coordinate representation of color #330E1F: hue angle of 332.43º 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 #330E1F is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB511431-
CMYK00.730.390.8
HSL332.43º56.92%12.75%-
HSV(B)332.43º72.55%20%-
XYZ1.771.121.42-
YUV27130.26145.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.12%
GREEN value IS 14 (5.86% from 255) = 14.58%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=53.12%
G=14.58%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51143100.730.390.8332.4356.9212.75
Hex33E1F049275014c39d
Octal6316370111471205147115
Binary1100111110111110100100110011110100001010011001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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