#330E22

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

Shades of Blackberry #330E22

Tints of Blackberry #330E22

Color information

#330E22 (or 0x330E22) is unknown color: approx Blackberry. HEX triplet: 33, 0E and 22. RGB value is (51,14,34). Sum of RGB (Red+Green+Blue) = 51+14+34=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 34 (13.67% from 255 or 34.34% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #330E22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E22 is #CCF1DD. Grayscale: #1B1B1B. Windows color (decimal): -13431262 or 2231859. OLE color: 2231859.

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

Color convert

RGB511434-
CMYK00.730.330.8
HSL327.57º56.92%12.75%-
HSV(B)327.57º72.55%20%-
XYZ1.811.131.64-
YUV27.34131.76144.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51.52%
GREEN value IS 14 (5.86% from 255) = 14.14%
BLUE value IS 34 (13.67% from 255) = 34.34%
R=51.52%
G=14.14%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51143400.730.330.8327.5756.9212.75
Hex33E22049215014839d
Octal6316420111411205107115
Binary11001111101000100100100110000110100001010010001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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