#303039

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

Shades of Black Rock #303039

Tints of Black Rock #303039

Color information

#303039 (or 0x303039) is unknown color: approx Black Rock. HEX triplet: 30, 30 and 39. RGB value is (48,48,57). Sum of RGB (Red+Green+Blue) = 48+48+57=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 57 - color contains mainly: blue. Hex color #303039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303039 is #CFCFC6. Grayscale: #303030. Windows color (decimal): -13619143 or 3747888. OLE color: 3747888.

HSL color Cylindrical-coordinate representation of color #303039: hue angle of 240º 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 #303039 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB484857-
CMYK0.160.1600.78
HSL240º8.57%20.59%-
HSV(B)240º15.79%22.35%-
XYZ3.013.044.3-
YUV49.03132.5127.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.37%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 57 (22.66% from 255) = 37.25%
R=31.37%
G=31.37%
B=37.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4848570.160.1600.782408.5720.59
Hex303039101004Ef0915
Octal606071202001163601125
Binary11000011000011100110000100000100111011110000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303039; }

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

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

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

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

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

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

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

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