Html Css Color HEX #30303F Black Rock

📋 copy color: '#30303F'

red 48 ◦ green 48 ◦ blue 63

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

Shades of Black Rock #30303F

Tints of Black Rock #30303F

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

 M value IS 0.24

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#30303F (or 0x30303F) is known color: 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

RGB 48 48 63 -
CMYK 0.24 0.24 0 0.75
HSL 240º 0.14% 0.22% -
HSV(B) 240º 0.24% 0.25% -
XYZ 3.17 3.1 5.13 -
YUV 49.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 48 48 63 0.24 0.24 0 0.75 240 0.14 0.22
Hex 30 30 3F 18 18 0 4B F0 E 16
Octal 60 60 77 30 30 0 113 360 16 26
Binary 110000 110000 111111 11000 11000 0 1001011 11110000 1110 10110

Color Harmonies of #30303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30303F

Black with #30303F

Text Example


Text Example

White with #30303F

Text Example


Text Example

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