Html Css Color HEX #30363D Shark

📋 copy color: '#30363D'

red 48 ◦ green 54 ◦ blue 61

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

Shades of Shark #30363D

Tints of Shark #30363D

RGB

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

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

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

R = 29.45%
G = 33.13%
B = 37.42%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30363D (or 0x30363D) is known color: Shark. HEX triplet: 30, 36 and 3D. RGB value is (48,54,61). Sum of RGB (Red+Green+Blue) = 48+54+61=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 61 - color contains mainly: blue. Hex color #30363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30363D is #CFC9C2. Grayscale: #343434. Windows color (decimal): -13617603 or 4011568. OLE color: 4011568.

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

Color convert

RGB 48 54 61 -
CMYK 0.21 0.11 0 0.76
HSL 212.31º 0.12% 0.21% -
HSV(B) 212.31º 0.21% 0.24% -
XYZ 3.38 3.6 4.93 -
YUV 53 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 48 54 61 0.21 0.11 0 0.76 212.31 0.12 0.21
Hex 30 36 3D 15 B 0 4C D4 C 15
Octal 60 66 75 25 13 0 114 324 14 25
Binary 110000 110110 111101 10101 1011 0 1001100 11010100 1100 10101

Color Harmonies of #30363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30363D

Black with #30363D

Text Example


Text Example

White with #30363D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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