#330B1F

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

Shades of Blackberry #330B1F

Tints of Blackberry #330B1F

Color information

#330B1F (or 0x330B1F) is unknown color: approx Blackberry. HEX triplet: 33, 0B and 1F. RGB value is (51,11,31). Sum of RGB (Red+Green+Blue) = 51+11+31=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #330B1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B1F is #CCF4E0. Grayscale: #191919. Windows color (decimal): -13432033 or 2034483. OLE color: 2034483.

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

Color convert

RGB511131-
CMYK00.780.390.8
HSL330º64.52%12.16%-
HSV(B)330º78.43%20%-
XYZ1.731.041.41-
YUV25.24131.25146.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.84%
GREEN value IS 11 (4.69% from 255) = 11.83%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=54.84%
G=11.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51113100.780.390.833064.5212.16
Hex33B1F04E275014a41c
Octal63133701164712051210114
Binary11001110111111101001110100111101000010100101010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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