#330C1D

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

Shades of Blackberry #330C1D

Tints of Blackberry #330C1D

Color information

#330C1D (or 0x330C1D) is unknown color: approx Blackberry. HEX triplet: 33, 0C and 1D. RGB value is (51,12,29). Sum of RGB (Red+Green+Blue) = 51+12+29=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #330C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C1D is #CCF3E2. Grayscale: #191919. Windows color (decimal): -13431779 or 1903667. OLE color: 1903667.

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

Color convert

RGB511229-
CMYK00.760.430.8
HSL333.85º61.9%12.35%-
HSV(B)333.85º76.47%20%-
XYZ1.721.061.28-
YUV25.6129.92146.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 55.43%
GREEN value IS 12 (5.08% from 255) = 13.04%
BLUE value IS 29 (11.72% from 255) = 31.52%
R=55.43%
G=13.04%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51122900.760.430.8333.8561.912.35
Hex33C1D04C2B5014e3ec
Octal6314350114531205167614
Binary1100111100111010100110010101110100001010011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,12,29); }

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

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

 a { background-color: rgb(51,12,29); }

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

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

 span { border-color: rgb(51,12,29); }

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