#330E2A

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

Shades of Blackberry #330E2A

Tints of Blackberry #330E2A

Color information

#330E2A (or 0x330E2A) is unknown color: approx Blackberry. HEX triplet: 33, 0E and 2A. RGB value is (51,14,42). Sum of RGB (Red+Green+Blue) = 51+14+42=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #330E2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E2A is #CCF1D5. Grayscale: #1C1C1C. Windows color (decimal): -13431254 or 2756147. OLE color: 2756147.

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

Color convert

RGB511442-
CMYK00.730.180.8
HSL314.59º56.92%12.75%-
HSV(B)314.59º72.55%20%-
XYZ1.941.192.32-
YUV28.26135.76144.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.66%
GREEN value IS 14 (5.86% from 255) = 13.08%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=47.66%
G=13.08%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51144200.730.180.8314.5956.9212.75
Hex33E2A049125013b39d
Octal6316520111221204737115
Binary1100111110101010010010011001010100001001110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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