#30041E

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

Shades of Blackberry #30041E

Tints of Blackberry #30041E

Color information

#30041E (or 0x30041E) is unknown color: approx Blackberry. HEX triplet: 30, 04 and 1E. RGB value is (48,4,30). Sum of RGB (Red+Green+Blue) = 48+4+30=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #30041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30041E is #CFFBE1. Grayscale: #141414. Windows color (decimal): -13630434 or 1967152. OLE color: 1967152.

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

Color convert

RGB48430-
CMYK00.920.370.81
HSL324.55º84.62%10.2%-
HSV(B)324.55º91.67%18.82%-
XYZ1.50.811.31-
YUV20.12133.58147.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 58.54%
GREEN value IS 4 (1.95% from 255) = 4.88%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=58.54%
G=4.88%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4843000.920.370.81324.5584.6210.2
Hex3041E05C255114555a
Octal6043601344512150512512
Binary1100001001111001011100100101101000110100010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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