#330F2A

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

Shades of Blackberry #330F2A

Tints of Blackberry #330F2A

Color information

#330F2A (or 0x330F2A) is unknown color: approx Blackberry. HEX triplet: 33, 0F and 2A. RGB value is (51,15,42). Sum of RGB (Red+Green+Blue) = 51+15+42=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #330F2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F2A is #CCF0D5. Grayscale: #1C1C1C. Windows color (decimal): -13430998 or 2756403. OLE color: 2756403.

HSL color Cylindrical-coordinate representation of color #330F2A: hue angle of 315º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #330F2A is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB511542-
CMYK00.710.180.8
HSL315º54.55%12.94%-
HSV(B)315º70.59%20%-
XYZ1.951.212.32-
YUV28.84135.43143.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.22%
GREEN value IS 15 (6.25% from 255) = 13.89%
BLUE value IS 42 (16.80% from 255) = 38.89%
R=47.22%
G=13.89%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51154200.710.180.831554.5512.94
Hex33F2A047125013b37d
Octal6317520107221204736715
Binary1100111111101010010001111001010100001001110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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