#301321

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

Shades of Blackberry #301321

Tints of Blackberry #301321

Color information

#301321 (or 0x301321) is unknown color: approx Blackberry. HEX triplet: 30, 13 and 21. RGB value is (48,19,33). Sum of RGB (Red+Green+Blue) = 48+19+33=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #301321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301321 is #CFECDE. Grayscale: #1D1D1D. Windows color (decimal): -13626591 or 2167600. OLE color: 2167600.

HSL color Cylindrical-coordinate representation of color #301321: hue angle of 331.03º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301321 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB481933-
CMYK00.600.310.81
HSL331.03º43.28%13.14%-
HSV(B)331.03º60.42%18.82%-
XYZ1.731.21.58-
YUV29.27130.11141.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 19 (7.81% from 255) = 19%
BLUE value IS 33 (13.28% from 255) = 33%
R=48%
G=19%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48193300.600.310.81331.0343.2813.14
Hex30132103C1F5114b2bd
Octal602341074371215135315
Binary1100001001110000101111001111110100011010010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301321; }

 p { color: rgb(48,19,33); }

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

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

 a { background-color: rgb(48,19,33); }

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

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

 span { border-color: rgb(48,19,33); }

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