#30021A

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

Shades of Blackberry #30021A

Tints of Blackberry #30021A

Color information

#30021A (or 0x30021A) is unknown color: approx Blackberry. HEX triplet: 30, 02 and 1A. RGB value is (48,2,26). Sum of RGB (Red+Green+Blue) = 48+2+26=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #30021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30021A is #CFFDE5. Grayscale: #121212. Windows color (decimal): -13630950 or 1704496. OLE color: 1704496.

HSL color Cylindrical-coordinate representation of color #30021A: hue angle of 328.7º 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 #30021A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB48226-
CMYK00.960.460.81
HSL328.7º92%9.8%-
HSV(B)328.7º95.83%18.82%-
XYZ1.430.751.05-
YUV18.49132.24149.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 63.16%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 26 (10.55% from 255) = 34.21%
R=63.16%
G=2.63%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4822600.960.460.81328.7929.8
Hex3021A0602E511495ca
Octal6023201405612151113412
Binary110000101101001100000101110101000110100100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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