#301020

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

Shades of Blackberry #301020

Tints of Blackberry #301020

Color information

#301020 (or 0x301020) is unknown color: approx Blackberry. HEX triplet: 30, 10 and 20. RGB value is (48,16,32). Sum of RGB (Red+Green+Blue) = 48+16+32=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #301020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301020 is #CFEFDF. Grayscale: #1B1B1B. Windows color (decimal): -13627360 or 2101296. OLE color: 2101296.

HSL color Cylindrical-coordinate representation of color #301020: hue angle of 330º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301020 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB481632-
CMYK00.670.330.81
HSL330º50%12.55%-
HSV(B)330º66.67%18.82%-
XYZ1.661.11.49-
YUV27.39130.6142.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 16.67%
BLUE value IS 32 (12.89% from 255) = 33.33%
R=50%
G=16.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48163200.670.330.813305012.55
Hex301020043215114a32d
Octal6020400103411215126215
Binary110000100001000000100001110000110100011010010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301020; }

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

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

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

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

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

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

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

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