#30313D

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

Shades of Black Rock #30313D

Tints of Black Rock #30313D

Color information

#30313D (or 0x30313D) is unknown color: approx Black Rock. HEX triplet: 30, 31 and 3D. RGB value is (48,49,61). Sum of RGB (Red+Green+Blue) = 48+49+61=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 61 - color contains mainly: blue. Hex color #30313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30313D is #CFCEC2. Grayscale: #323232. Windows color (decimal): -13618883 or 4010288. OLE color: 4010288.

HSL color Cylindrical-coordinate representation of color #30313D: hue angle of 235.38º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #30313D is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB484961-
CMYK0.210.2000.76
HSL235.38º11.93%21.37%-
HSV(B)235.38º21.31%23.92%-
XYZ3.163.164.86-
YUV50.07134.17126.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.38%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 61 (24.22% from 255) = 38.61%
R=30.38%
G=31.01%
B=38.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4849610.210.2000.76235.3811.9321.37
Hex30313D151404Cebc15
Octal606175252401143531425
Binary11000011000111110110101101000100110011101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30313D; }

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

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

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

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

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

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

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

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