#301320

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

Shades of Blackberry #301320

Tints of Blackberry #301320

Color information

#301320 (or 0x301320) is unknown color: approx Blackberry. HEX triplet: 30, 13 and 20. RGB value is (48,19,32). Sum of RGB (Red+Green+Blue) = 48+19+32=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #301320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301320 is #CFECDF. Grayscale: #1D1D1D. Windows color (decimal): -13626592 or 2102064. OLE color: 2102064.

HSL color Cylindrical-coordinate representation of color #301320: hue angle of 333.1º 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 #301320 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB481932-
CMYK00.600.330.81
HSL333.1º43.28%13.14%-
HSV(B)333.1º60.42%18.82%-
XYZ1.711.21.51-
YUV29.15129.61141.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 32 (12.89% from 255) = 32.32%
R=48.48%
G=19.19%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48193200.600.330.81333.143.2813.14
Hex30132003C215114d2bd
Octal602340074411215155315
Binary11000010011100000011110010000110100011010011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301320; }

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

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

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

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

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

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

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

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