#30091E

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

Shades of Blackberry #30091E

Tints of Blackberry #30091E

Color information

#30091E (or 0x30091E) is unknown color: approx Blackberry. HEX triplet: 30, 09 and 1E. RGB value is (48,9,30). Sum of RGB (Red+Green+Blue) = 48+9+30=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #30091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30091E is #CFF6E1. Grayscale: #171717. Windows color (decimal): -13629154 or 1968432. OLE color: 1968432.

HSL color Cylindrical-coordinate representation of color #30091E: hue angle of 327.69º 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 #30091E is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB48930-
CMYK00.810.370.81
HSL327.69º68.42%11.18%-
HSV(B)327.69º81.25%18.82%-
XYZ1.550.921.32-
YUV23.06131.92145.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.17%
GREEN value IS 9 (3.91% from 255) = 10.34%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=55.17%
G=10.34%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4893000.810.370.81327.6968.4211.18
Hex3091E051255114844b
Octal60113601214512151010413
Binary11000010011111001010001100101101000110100100010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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