#303139

Color #303139 Black Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rock #303139

Tints of Black Rock #303139

Color information

#303139 (or 0x303139) is unknown color: approx Black Rock. HEX triplet: 30, 31 and 39. RGB value is (48,49,57). Sum of RGB (Red+Green+Blue) = 48+49+57=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 57 - color contains mainly: blue. Hex color #303139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303139 is #CFCEC6. Grayscale: #313131. Windows color (decimal): -13618887 or 3748144. OLE color: 3748144.

HSL color Cylindrical-coordinate representation of color #303139: hue angle of 233.33º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #303139 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB484957-
CMYK0.160.1400.78
HSL233.33º8.57%20.59%-
HSV(B)233.33º15.79%22.35%-
XYZ3.063.124.31-
YUV49.61132.17126.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.17%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 57 (22.66% from 255) = 37.01%
R=31.17%
G=31.82%
B=37.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4849570.160.1400.78233.338.5720.59
Hex30313910E04Ee9915
Octal606171201601163511125
Binary1100001100011110011000011100100111011101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303139; }

 p { color: rgb(48,49,57); }

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

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

 a { background-color: rgb(48,49,57); }

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

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

 span { border-color: rgb(48,49,57); }

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