#30031B

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

Shades of Blackberry #30031B

Tints of Blackberry #30031B

Color information

#30031B (or 0x30031B) is unknown color: approx Blackberry. HEX triplet: 30, 03 and 1B. RGB value is (48,3,27). Sum of RGB (Red+Green+Blue) = 48+3+27=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #30031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30031B is #CFFCE4. Grayscale: #131313. Windows color (decimal): -13630693 or 1770288. OLE color: 1770288.

HSL color Cylindrical-coordinate representation of color #30031B: hue angle of 328º 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 #30031B is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB48327-
CMYK00.940.440.81
HSL328º88.24%10%-
HSV(B)328º93.75%18.82%-
XYZ1.450.771.11-
YUV19.19132.41148.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 61.54%
GREEN value IS 3 (1.56% from 255) = 3.85%
BLUE value IS 27 (10.94% from 255) = 34.62%
R=61.54%
G=3.85%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4832700.940.440.8132888.2410
Hex3031B05E2C5114858a
Octal6033301365412151013012
Binary110000111101101011110101100101000110100100010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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