Html Css Color HEX #30363F Shark

📋 copy color: '#30363F'

red 48 ◦ green 54 ◦ blue 63

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

Shades of Shark #30363F

Tints of Shark #30363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.73%

 BLUE value IS 63 (25% from 255) = 38.18%

R = 29.09%
G = 32.73%
B = 38.18%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#30363F (or 0x30363F) is known color: Shark. HEX triplet: 30, 36 and 3F. RGB value is (48,54,63). Sum of RGB (Red+Green+Blue) = 48+54+63=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 63 - color contains mainly: blue. Hex color #30363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30363F is #CFC9C0. Grayscale: #353535. Windows color (decimal): -13617601 or 4142640. OLE color: 4142640.

HSL color Cylindrical-coordinate representation of color #30363F: hue angle of 216º 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 #30363F is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 54 63 -
CMYK 0.24 0.14 0 0.75
HSL 216º 0.14% 0.22% -
HSV(B) 216º 0.24% 0.25% -
XYZ 3.44 3.63 5.22 -
YUV 53.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 48 54 63 0.24 0.14 0 0.75 216 0.14 0.22
Hex 30 36 3F 18 E 0 4B D8 E 16
Octal 60 66 77 30 16 0 113 330 16 26
Binary 110000 110110 111111 11000 1110 0 1001011 11011000 1110 10110

Color Harmonies of #30363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30363F

Black with #30363F

Text Example


Text Example

White with #30363F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,54,63); }

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

background-color css

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

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

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

border-color css

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

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

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