#330D21

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

Shades of Blackberry #330D21

Tints of Blackberry #330D21

Color information

#330D21 (or 0x330D21) is unknown color: approx Blackberry. HEX triplet: 33, 0D and 21. RGB value is (51,13,33). Sum of RGB (Red+Green+Blue) = 51+13+33=97 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.58% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 51 - color contains mainly: red. Hex color #330D21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D21 is #CCF2DE. Grayscale: #1A1A1A. Windows color (decimal): -13431519 or 2166067. OLE color: 2166067.

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

Color convert

RGB511333-
CMYK00.750.350.8
HSL328.42º59.38%12.55%-
HSV(B)328.42º74.51%20%-
XYZ1.781.11.56-
YUV26.64131.59145.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 52.58%
GREEN value IS 13 (5.47% from 255) = 13.40%
BLUE value IS 33 (13.28% from 255) = 34.02%
R=52.58%
G=13.40%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51133300.750.350.8328.4259.3812.55
Hex33D2104B23501483bd
Octal6315410113431205107315
Binary11001111011000010100101110001110100001010010001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,13,33); }

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

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

 a { background-color: rgb(51,13,33); }

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

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

 span { border-color: rgb(51,13,33); }

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