Html Css Color HEX #30303D Black Rock

📋 copy color: '#30303D'

red 48 ◦ green 48 ◦ blue 61

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

Shades of Black Rock #30303D

Tints of Black Rock #30303D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 38.85%

R = 30.57%
G = 30.57%
B = 38.85%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30303D (or 0x30303D) is known color: Black Rock. HEX triplet: 30, 30 and 3D. RGB value is (48,48,61). Sum of RGB (Red+Green+Blue) = 48+48+61=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 61 - color contains mainly: blue. Hex color #30303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30303D is #CFCFC2. Grayscale: #313131. Windows color (decimal): -13619139 or 4010032. OLE color: 4010032.

HSL color Cylindrical-coordinate representation of color #30303D: hue angle of 240º 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 #30303D is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 48 61 -
CMYK 0.21 0.21 0 0.76
HSL 240º 0.12% 0.21% -
HSV(B) 240º 0.21% 0.24% -
XYZ 3.12 3.08 4.84 -
YUV 49.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 48 48 61 0.21 0.21 0 0.76 240 0.12 0.21
Hex 30 30 3D 15 15 0 4C F0 C 15
Octal 60 60 75 25 25 0 114 360 14 25
Binary 110000 110000 111101 10101 10101 0 1001100 11110000 1100 10101

Color Harmonies of #30303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30303D

Black with #30303D

Text Example


Text Example

White with #30303D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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