#30323F

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

Shades of Black Rock #30323F

Tints of Black Rock #30323F

Color information

#30323F (or 0x30323F) is unknown color: approx Black Rock. HEX triplet: 30, 32 and 3F. RGB value is (48,50,63). Sum of RGB (Red+Green+Blue) = 48+50+63=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 63 - color contains mainly: blue. Hex color #30323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30323F is #CFCDC0. Grayscale: #323232. Windows color (decimal): -13618625 or 4141616. OLE color: 4141616.

HSL color Cylindrical-coordinate representation of color #30323F: hue angle of 232º 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 #30323F is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB485063-
CMYK0.240.2100.75
HSL232º13.51%21.76%-
HSV(B)232º23.81%24.71%-
XYZ3.263.275.16-
YUV50.88134.84125.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 50 (19.92% from 255) = 31.06%
BLUE value IS 63 (25% from 255) = 39.13%
R=29.81%
G=31.06%
B=39.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4850630.240.2100.7523213.5121.76
Hex30323F181504Be8e16
Octal606277302501133501626
Binary11000011001011111111000101010100101111101000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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