Html Css Color HEX #30323C Black Rock

📋 copy color: '#30323C'

red 48 ◦ green 50 ◦ blue 60

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

Shades of Black Rock #30323C

Tints of Black Rock #30323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.65%

 BLUE value IS 60 (23.83% from 255) = 37.97%

R = 30.38%
G = 31.65%
B = 37.97%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30323C (or 0x30323C) is known color: Black Rock. HEX triplet: 30, 32 and 3C. RGB value is (48,50,60). Sum of RGB (Red+Green+Blue) = 48+50+60=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 60 - color contains mainly: blue. Hex color #30323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30323C is #CFCDC3. Grayscale: #323232. Windows color (decimal): -13618628 or 3945008. OLE color: 3945008.

HSL color Cylindrical-coordinate representation of color #30323C: hue angle of 230º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #30323C is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 50 60 -
CMYK 0.20 0.17 0 0.76
HSL 230º 0.11% 0.21% -
HSV(B) 230º 0.2% 0.24% -
XYZ 3.18 3.24 4.73 -
YUV 50.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 48 50 60 0.20 0.17 0 0.76 230 0.11 0.21
Hex 30 32 3C 14 11 0 4C E6 B 15
Octal 60 62 74 24 21 0 114 346 13 25
Binary 110000 110010 111100 10100 10001 0 1001100 11100110 1011 10101

Color Harmonies of #30323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30323C

Black with #30323C

Text Example


Text Example

White with #30323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30323C; }

 p { color: rgb(48,50,60); }

 H1.HeaderClassName
 {
   color: #30323C;
 }
 .AnyTagClassName
 {
   color: #30323C;
 }
</style>

background-color css

<style>
 a { background-color: #30323C; }

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

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

border-color css

<style>
 span { border-color: #30323C; }

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

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