#30303F

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

Shades of Black Rock #30303F

Tints of Black Rock #30303F

Color information

#30303F (or 0x30303F) is unknown color: approx Black Rock. HEX triplet: 30, 30 and 3F. RGB value is (48,48,63). Sum of RGB (Red+Green+Blue) = 48+48+63=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 63 - color contains mainly: blue. Hex color #30303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30303F is #CFCFC0. Grayscale: #313131. Windows color (decimal): -13619137 or 4141104. OLE color: 4141104.

HSL color Cylindrical-coordinate representation of color #30303F: hue angle of 240º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #30303F is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB484863-
CMYK0.240.2400.75
HSL240º13.51%21.76%-
HSV(B)240º23.81%24.71%-
XYZ3.173.15.13-
YUV49.71135.5126.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 63 (25% from 255) = 39.62%
R=30.19%
G=30.19%
B=39.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4848630.240.2400.7524013.5121.76
Hex30303F181804Bf0e16
Octal606077303001133601626
Binary11000011000011111111000110000100101111110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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