Html Css Color HEX #30313F Black Rock

📋 copy color: '#30313F'

red 48 ◦ green 49 ◦ blue 63

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

Shades of Black Rock #30313F

Tints of Black Rock #30313F

RGB

 RED value IS 48 (19.14% from 255) = 30%

 GREEN value IS 49 (19.53% from 255) = 30.63%

 BLUE value IS 63 (25% from 255) = 39.38%

R = 30%
G = 30.63%
B = 39.38%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#30313F (or 0x30313F) is known color: Black Rock. HEX triplet: 30, 31 and 3F. RGB value is (48,49,63). Sum of RGB (Red+Green+Blue) = 48+49+63=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 63 - color contains mainly: blue. Hex color #30313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30313F is #CFCEC0. Grayscale: #323232. Windows color (decimal): -13618881 or 4141360. OLE color: 4141360.

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

Color convert

RGB 48 49 63 -
CMYK 0.24 0.22 0 0.75
HSL 236º 0.14% 0.22% -
HSV(B) 236º 0.24% 0.25% -
XYZ 3.21 3.18 5.15 -
YUV 50.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 48 49 63 0.24 0.22 0 0.75 236 0.14 0.22
Hex 30 31 3F 18 16 0 4B EC E 16
Octal 60 61 77 30 26 0 113 354 16 26
Binary 110000 110001 111111 11000 10110 0 1001011 11101100 1110 10110

Color Harmonies of #30313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30313F

Black with #30313F

Text Example


Text Example

White with #30313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30313F;
 }
 .AnyTagClassName
 {
   color: #30313F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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