#30011C

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

Shades of Blackberry #30011C

Tints of Blackberry #30011C

Color information

#30011C (or 0x30011C) is unknown color: approx Blackberry. HEX triplet: 30, 01 and 1C. RGB value is (48,1,28). Sum of RGB (Red+Green+Blue) = 48+1+28=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #30011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30011C is #CFFEE3. Grayscale: #121212. Windows color (decimal): -13631204 or 1835312. OLE color: 1835312.

HSL color Cylindrical-coordinate representation of color #30011C: hue angle of 325.53º 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 #30011C is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB48128-
CMYK00.980.420.81
HSL325.53º95.92%9.61%-
HSV(B)325.53º97.92%18.82%-
XYZ1.440.731.16-
YUV18.13133.57149.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 62.34%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 28 (11.33% from 255) = 36.36%
R=62.34%
G=1.30%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4812800.980.420.81325.5395.929.61
Hex3011C0622A5114660a
Octal6013401425212150614012
Binary11000011110001100010101010101000110100011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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