Html Css Color HEX #30292C Toledo

📋 copy color: '#30292C'

red 48 ◦ green 41 ◦ blue 44

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

Shades of Toledo #30292C

Tints of Toledo #30292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.83%

 BLUE value IS 44 (17.58% from 255) = 33.08%

R = 36.09%
G = 30.83%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#30292C (or 0x30292C) is known color: Toledo. HEX triplet: 30, 29 and 2C. RGB value is (48,41,44). Sum of RGB (Red+Green+Blue) = 48+41+44=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 48 - color contains mainly: red. Hex color #30292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30292C is #CFD6D3. Grayscale: #2B2B2B. Windows color (decimal): -13620948 or 2894128. OLE color: 2894128.

HSL color Cylindrical-coordinate representation of color #30292C: hue angle of 334.29º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #30292C is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 41 44 -
CMYK 0 0.15 0.08 0.81
HSL 334.29º 0.08% 0.17% -
HSV(B) 334.29º 0.15% 0.19% -
XYZ 2.47 2.4 2.72 -
YUV 43.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 48 41 44 0 0.15 0.08 0.81 334.29 0.08 0.17
Hex 30 29 2C 0 F 8 51 14E 8 11
Octal 60 51 54 0 17 10 121 516 10 21
Binary 110000 101001 101100 0 1111 1000 1010001 101001110 1000 10001

Color Harmonies of #30292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30292C

Black with #30292C

Text Example


Text Example

White with #30292C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,41,44); }

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

background-color css

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

 a { background-color: rgb(48,41,44); }

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

border-color css

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

 span { border-color: rgb(48,41,44); }

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