Html Css Color HEX #30313D Black Rock

📋 copy color: '#30313D'

red 48 ◦ green 49 ◦ blue 61

#30313D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Rock #30313D

Tints of Black Rock #30313D

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 value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30313D (or 0x30313D) is known color: 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

RGB 48 49 61 -
CMYK 0.21 0.20 0 0.76
HSL 235.38º 0.12% 0.21% -
HSV(B) 235.38º 0.21% 0.24% -
XYZ 3.16 3.16 4.86 -
YUV 50.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 48 49 61 0.21 0.20 0 0.76 235.38 0.12 0.21
Hex 30 31 3D 15 14 0 4C EB C 15
Octal 60 61 75 25 24 0 114 353 14 25
Binary 110000 110001 111101 10101 10100 0 1001100 11101011 1100 10101

Color Harmonies of #30313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30313D

Black with #30313D

Text Example


Text Example

White with #30313D

Text Example


Text Example

HTML Codes & Css Web 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>