#300020

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

Shades of Blackberry #300020

Tints of Blackberry #300020

Color information

#300020 (or 0x300020) is unknown color: approx Blackberry. HEX triplet: 30, 00 and 20. RGB value is (48,0,32). Sum of RGB (Red+Green+Blue) = 48+0+32=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #300020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300020 is #CFFFDF. Grayscale: #111111. Windows color (decimal): -13631456 or 2097200. OLE color: 2097200.

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

Color convert

RGB48032-
CMYK010.330.81
HSL320º100%9.41%-
HSV(B)320º100%18.82%-
XYZ1.480.731.43-
YUV18135.9149.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 40%
R=60%
G=0%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48032010.330.813201009.41
Hex300200642151140649
Octal6004001444112150014411
Binary110000010000001100100100001101000110100000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300020; }

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

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

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

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

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

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

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

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