Html Css Color HEX #302529 Toledo

📋 copy color: '#302529'

red 48 ◦ green 37 ◦ blue 41

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

Shades of Toledo #302529

Tints of Toledo #302529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.37%

 BLUE value IS 41 (16.41% from 255) = 32.54%

R = 38.1%
G = 29.37%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#302529 (or 0x302529) is known color: Toledo. HEX triplet: 30, 25 and 29. RGB value is (48,37,41). Sum of RGB (Red+Green+Blue) = 48+37+41=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #302529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302529 is #CFDAD6. Grayscale: #282828. Windows color (decimal): -13621975 or 2696496. OLE color: 2696496.

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

Color convert

RGB 48 37 41 -
CMYK 0 0.23 0.15 0.81
HSL 338.18º 0.13% 0.17% -
HSV(B) 338.18º 0.23% 0.19% -
XYZ 2.28 2.11 2.39 -
YUV 40.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 48 37 41 0 0.23 0.15 0.81 338.18 0.13 0.17
Hex 30 25 29 0 17 F 51 152 D 11
Octal 60 45 51 0 27 17 121 522 15 21
Binary 110000 100101 101001 0 10111 1111 1010001 101010010 1101 10001

Color Harmonies of #302529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302529

Black with #302529

Text Example


Text Example

White with #302529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302529; }

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

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

background-color css

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

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

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

border-color css

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

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

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