Html Css Color HEX #30303A Black Rock

📋 copy color: '#30303A'

red 48 ◦ green 48 ◦ blue 58

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

Shades of Black Rock #30303A

Tints of Black Rock #30303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.17%

 BLUE value IS 58 (23.05% from 255) = 37.66%

R = 31.17%
G = 31.17%
B = 37.66%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30303A (or 0x30303A) is known color: Black Rock. HEX triplet: 30, 30 and 3A. RGB value is (48,48,58). Sum of RGB (Red+Green+Blue) = 48+48+58=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 58 - color contains mainly: blue. Hex color #30303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30303A is #CFCFC5. Grayscale: #313131. Windows color (decimal): -13619142 or 3813424. OLE color: 3813424.

HSL color Cylindrical-coordinate representation of color #30303A: hue angle of 240º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #30303A is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 48 58 -
CMYK 0.17 0.17 0 0.77
HSL 240º 0.09% 0.21% -
HSV(B) 240º 0.17% 0.23% -
XYZ 3.04 3.05 4.43 -
YUV 49.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 48 48 58 0.17 0.17 0 0.77 240 0.09 0.21
Hex 30 30 3A 11 11 0 4D F0 9 15
Octal 60 60 72 21 21 0 115 360 11 25
Binary 110000 110000 111010 10001 10001 0 1001101 11110000 1001 10101

Color Harmonies of #30303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30303A

Black with #30303A

Text Example


Text Example

White with #30303A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30303A;
 }
 .AnyTagClassName
 {
   color: #30303A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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