#30091D

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

Shades of Blackberry #30091D

Tints of Blackberry #30091D

Color information

#30091D (or 0x30091D) is unknown color: approx Blackberry. HEX triplet: 30, 09 and 1D. RGB value is (48,9,29). Sum of RGB (Red+Green+Blue) = 48+9+29=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #30091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30091D is #CFF6E2. Grayscale: #161616. Windows color (decimal): -13629155 or 1902896. OLE color: 1902896.

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

Color convert

RGB48929-
CMYK00.810.400.81
HSL329.23º68.42%11.18%-
HSV(B)329.23º81.25%18.82%-
XYZ1.540.911.26-
YUV22.94131.42145.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 9 (3.91% from 255) = 10.47%
BLUE value IS 29 (11.72% from 255) = 33.72%
R=55.81%
G=10.47%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4892900.810.400.81329.2368.4211.18
Hex3091D051285114944b
Octal60113501215012151110413
Binary11000010011110101010001101000101000110100100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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