#30131F

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

Shades of Blackberry #30131F

Tints of Blackberry #30131F

Color information

#30131F (or 0x30131F) is unknown color: approx Blackberry. HEX triplet: 30, 13 and 1F. RGB value is (48,19,31). Sum of RGB (Red+Green+Blue) = 48+19+31=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30131F is #CFECE0. Grayscale: #1D1D1D. Windows color (decimal): -13626593 or 2036528. OLE color: 2036528.

HSL color Cylindrical-coordinate representation of color #30131F: hue angle of 335.17º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30131F is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB481931-
CMYK00.600.350.81
HSL335.17º43.28%13.14%-
HSV(B)335.17º60.42%18.82%-
XYZ1.71.191.44-
YUV29.04129.11141.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=48.98%
G=19.39%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48193100.600.350.81335.1743.2813.14
Hex30131F03C235114f2bd
Octal602337074431215175315
Binary1100001001111111011110010001110100011010011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30131F; }

 p { color: rgb(48,19,31); }

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

<style>
 a { background-color: #30131F; }

 a { background-color: rgb(48,19,31); }

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

<style>
 span { border-color: #30131F; }

 span { border-color: rgb(48,19,31); }

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