#30001D

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

Shades of Blackberry #30001D

Tints of Blackberry #30001D

Color information

#30001D (or 0x30001D) is unknown color: approx Blackberry. HEX triplet: 30, 00 and 1D. RGB value is (48,0,29). Sum of RGB (Red+Green+Blue) = 48+0+29=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #30001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30001D is #CFFFE2. Grayscale: #111111. Windows color (decimal): -13631459 or 1900592. OLE color: 1900592.

HSL color Cylindrical-coordinate representation of color #30001D: hue angle of 323.75º 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 #30001D is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB48029-
CMYK010.400.81
HSL323.75º100%9.41%-
HSV(B)323.75º100%18.82%-
XYZ1.440.721.22-
YUV17.66134.4149.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 62.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 37.66%
R=62.34%
G=0%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48029010.400.81323.751009.41
Hex3001D0642851144649
Octal6003501445012150414411
Binary11000001110101100100101000101000110100010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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