#30303D

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

Shades of Black Rock #30303D

Tints of Black Rock #30303D

Color information

#30303D (or 0x30303D) is unknown color: approx Black Rock. HEX triplet: 30, 30 and 3D. RGB value is (48,48,61). Sum of RGB (Red+Green+Blue) = 48+48+61=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 61 - color contains mainly: blue. Hex color #30303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30303D is #CFCFC2. Grayscale: #313131. Windows color (decimal): -13619139 or 4010032. OLE color: 4010032.

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

Color convert

RGB484861-
CMYK0.210.2100.76
HSL240º11.93%21.37%-
HSV(B)240º21.31%23.92%-
XYZ3.123.084.84-
YUV49.48134.5126.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.57%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=30.57%
G=30.57%
B=38.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4848610.210.2100.7624011.9321.37
Hex30303D151504Cf0c15
Octal606075252501143601425
Binary11000011000011110110101101010100110011110000110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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