Html Css Color HEX #301C25 Toledo

📋 copy color: '#301C25'

red 48 ◦ green 28 ◦ blue 37

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

Shades of Toledo #301C25

Tints of Toledo #301C25

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.78%

 BLUE value IS 37 (14.84% from 255) = 32.74%

R = 42.48%
G = 24.78%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#301C25 (or 0x301C25) is known color: Toledo. HEX triplet: 30, 1C and 25. RGB value is (48,28,37). Sum of RGB (Red+Green+Blue) = 48+28+37=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #301C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C25 is #CFE3DA. Grayscale: #222222. Windows color (decimal): -13624283 or 2432048. OLE color: 2432048.

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

Color convert

RGB 48 28 37 -
CMYK 0 0.42 0.23 0.81
HSL 333º 0.26% 0.15% -
HSV(B) 333º 0.42% 0.19% -
XYZ 1.97 1.59 1.95 -
YUV 35.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 48 28 37 0 0.42 0.23 0.81 333 0.26 0.15
Hex 30 1C 25 0 2A 17 51 14D 1A F
Octal 60 34 45 0 52 27 121 515 32 17
Binary 110000 11100 100101 0 101010 10111 1010001 101001101 11010 1111

Color Harmonies of #301C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C25

Black with #301C25

Text Example


Text Example

White with #301C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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