#330D1C

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

Shades of Blackberry #330D1C

Tints of Blackberry #330D1C

Color information

#330D1C (or 0x330D1C) is unknown color: approx Blackberry. HEX triplet: 33, 0D and 1C. RGB value is (51,13,28). Sum of RGB (Red+Green+Blue) = 51+13+28=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #330D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D1C is #CCF2E3. Grayscale: #1A1A1A. Windows color (decimal): -13431524 or 1838387. OLE color: 1838387.

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

Color convert

RGB511328-
CMYK00.750.450.8
HSL336.32º59.38%12.55%-
HSV(B)336.32º74.51%20%-
XYZ1.721.081.22-
YUV26.07129.09145.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 55.43%
GREEN value IS 13 (5.47% from 255) = 14.13%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=55.43%
G=14.13%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51132800.750.450.8336.3259.3812.55
Hex33D1C04B2D501503bd
Octal6315340113551205207315
Binary1100111101111000100101110110110100001010100001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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