#30011E

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

Shades of Blackberry #30011E

Tints of Blackberry #30011E

Color information

#30011E (or 0x30011E) is unknown color: approx Blackberry. HEX triplet: 30, 01 and 1E. RGB value is (48,1,30). Sum of RGB (Red+Green+Blue) = 48+1+30=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #30011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30011E is #CFFEE1. Grayscale: #121212. Windows color (decimal): -13631202 or 1966384. OLE color: 1966384.

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

Color convert

RGB48130-
CMYK00.980.370.81
HSL322.98º95.92%9.61%-
HSV(B)322.98º97.92%18.82%-
XYZ1.460.741.29-
YUV18.36134.57149.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60.76%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 30 (12.11% from 255) = 37.97%
R=60.76%
G=1.27%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4813000.980.370.81322.9895.929.61
Hex3011E062255114360a
Octal6013601424512150314012
Binary11000011111001100010100101101000110100001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30011E; }

 p { color: rgb(48,1,30); }

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

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

 a { background-color: rgb(48,1,30); }

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

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

 span { border-color: rgb(48,1,30); }

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