#30021D

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

Shades of Blackberry #30021D

Tints of Blackberry #30021D

Color information

#30021D (or 0x30021D) is unknown color: approx Blackberry. HEX triplet: 30, 02 and 1D. RGB value is (48,2,29). Sum of RGB (Red+Green+Blue) = 48+2+29=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #30021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30021D is #CFFDE2. Grayscale: #121212. Windows color (decimal): -13630947 or 1901104. OLE color: 1901104.

HSL color Cylindrical-coordinate representation of color #30021D: hue angle of 324.78º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30021D is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB48229-
CMYK00.960.400.81
HSL324.78º92%9.8%-
HSV(B)324.78º95.83%18.82%-
XYZ1.460.761.23-
YUV18.83133.74148.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60.76%
GREEN value IS 2 (1.17% from 255) = 2.53%
BLUE value IS 29 (11.72% from 255) = 36.71%
R=60.76%
G=2.53%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4822900.960.400.81324.78929.8
Hex3021D06028511455ca
Octal6023501405012150513412
Binary110000101110101100000101000101000110100010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30021D; }

 p { color: rgb(48,2,29); }

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

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

 a { background-color: rgb(48,2,29); }

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

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

 span { border-color: rgb(48,2,29); }

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