Html Css Color HEX #30424F Arsenic

📋 copy color: '#30424F'

red 48 ◦ green 66 ◦ blue 79

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

Shades of Arsenic #30424F

Tints of Arsenic #30424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.2%

 BLUE value IS 79 (31.25% from 255) = 40.93%

R = 24.87%
G = 34.2%
B = 40.93%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#30424F (or 0x30424F) is known color: Arsenic. HEX triplet: 30, 42 and 4F. RGB value is (48,66,79). Sum of RGB (Red+Green+Blue) = 48+66+79=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #30424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30424F is #CFBDB0. Grayscale: #3E3E3E. Windows color (decimal): -13614513 or 5194288. OLE color: 5194288.

HSL color Cylindrical-coordinate representation of color #30424F: hue angle of 205.16º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #30424F is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 66 79 -
CMYK 0.39 0.16 0 0.69
HSL 205.16º 0.24% 0.25% -
HSV(B) 205.16º 0.39% 0.31% -
XYZ 4.58 5.09 8.14 -
YUV 62.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 48 66 79 0.39 0.16 0 0.69 205.16 0.24 0.25
Hex 30 42 4F 27 10 0 45 CD 18 19
Octal 60 102 117 47 20 0 105 315 30 31
Binary 110000 1000010 1001111 100111 10000 0 1000101 11001101 11000 11001

Color Harmonies of #30424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30424F

Black with #30424F

Text Example


Text Example

White with #30424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,66,79); }

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

background-color css

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

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

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

border-color css

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

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

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