#30031E

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

Shades of Blackberry #30031E

Tints of Blackberry #30031E

Color information

#30031E (or 0x30031E) is unknown color: approx Blackberry. HEX triplet: 30, 03 and 1E. RGB value is (48,3,30). Sum of RGB (Red+Green+Blue) = 48+3+30=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #30031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30031E is #CFFCE1. Grayscale: #131313. Windows color (decimal): -13630690 or 1966896. OLE color: 1966896.

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

Color convert

RGB48330-
CMYK00.940.370.81
HSL324º88.24%10%-
HSV(B)324º93.75%18.82%-
XYZ1.490.791.3-
YUV19.53133.91148.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 59.26%
GREEN value IS 3 (1.56% from 255) = 3.70%
BLUE value IS 30 (12.11% from 255) = 37.04%
R=59.26%
G=3.70%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4833000.940.370.8132488.2410
Hex3031E05E255114458a
Octal6033601364512150413012
Binary110000111111001011110100101101000110100010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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