#331021

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

Shades of Blackberry #331021

Tints of Blackberry #331021

Color information

#331021 (or 0x331021) is unknown color: approx Blackberry. HEX triplet: 33, 10 and 21. RGB value is (51,16,33). Sum of RGB (Red+Green+Blue) = 51+16+33=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #331021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331021 is #CCEFDE. Grayscale: #1C1C1C. Windows color (decimal): -13430751 or 2166835. OLE color: 2166835.

HSL color Cylindrical-coordinate representation of color #331021: hue angle of 330.86º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331021 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB511633-
CMYK00.690.350.8
HSL330.86º52.24%13.14%-
HSV(B)330.86º68.63%20%-
XYZ1.831.181.57-
YUV28.4130.6144.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51%
GREEN value IS 16 (6.64% from 255) = 16%
BLUE value IS 33 (13.28% from 255) = 33%
R=51%
G=16%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51163300.690.350.8330.8652.2413.14
Hex331021045235014b34d
Octal6320410105431205136415
Binary110011100001000010100010110001110100001010010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331021; }

 p { color: rgb(51,16,33); }

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

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

 a { background-color: rgb(51,16,33); }

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

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

 span { border-color: rgb(51,16,33); }

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