Html Css Color HEX #30363B Cod Grey

📋 copy color: '#30363B'

red 48 ◦ green 54 ◦ blue 59

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

Shades of Cod Grey #30363B

Tints of Cod Grey #30363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 36.65%

R = 29.81%
G = 33.54%
B = 36.65%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30363B (or 0x30363B) is known color: Cod Grey. HEX triplet: 30, 36 and 3B. RGB value is (48,54,59). Sum of RGB (Red+Green+Blue) = 48+54+59=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 59 - color contains mainly: blue. Hex color #30363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30363B is #CFC9C4. Grayscale: #343434. Windows color (decimal): -13617605 or 3880496. OLE color: 3880496.

HSL color Cylindrical-coordinate representation of color #30363B: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #30363B is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 54 59 -
CMYK 0.19 0.08 0 0.77
HSL 207.27º 0.1% 0.21% -
HSV(B) 207.27º 0.19% 0.23% -
XYZ 3.33 3.58 4.65 -
YUV 52.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 48 54 59 0.19 0.08 0 0.77 207.27 0.1 0.21
Hex 30 36 3B 13 8 0 4D CF A 15
Octal 60 66 73 23 10 0 115 317 12 25
Binary 110000 110110 111011 10011 1000 0 1001101 11001111 1010 10101

Color Harmonies of #30363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30363B

Black with #30363B

Text Example


Text Example

White with #30363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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