#330B1E

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

Shades of Blackberry #330B1E

Tints of Blackberry #330B1E

Color information

#330B1E (or 0x330B1E) is unknown color: approx Blackberry. HEX triplet: 33, 0B and 1E. RGB value is (51,11,30). Sum of RGB (Red+Green+Blue) = 51+11+30=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #330B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B1E is #CCF4E1. Grayscale: #191919. Windows color (decimal): -13432034 or 1968947. OLE color: 1968947.

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

Color convert

RGB511130-
CMYK00.780.410.8
HSL331.5º64.52%12.16%-
HSV(B)331.5º78.43%20%-
XYZ1.721.041.34-
YUV25.13130.75146.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 55.43%
GREEN value IS 11 (4.69% from 255) = 11.96%
BLUE value IS 30 (12.11% from 255) = 32.61%
R=55.43%
G=11.96%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51113000.780.410.8331.564.5212.16
Hex33B1E04E295014c41c
Octal63133601165112051410114
Binary11001110111111001001110101001101000010100110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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