Html Css Color HEX #301A23 Toledo

📋 copy color: '#301A23'

red 48 ◦ green 26 ◦ blue 35

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

Shades of Toledo #301A23

Tints of Toledo #301A23

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.85%

 BLUE value IS 35 (14.06% from 255) = 32.11%

R = 44.04%
G = 23.85%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#301A23 (or 0x301A23) is known color: Toledo. HEX triplet: 30, 1A and 23. RGB value is (48,26,35). Sum of RGB (Red+Green+Blue) = 48+26+35=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #301A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A23 is #CFE5DC. Grayscale: #212121. Windows color (decimal): -13624797 or 2300464. OLE color: 2300464.

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

Color convert

RGB 48 26 35 -
CMYK 0 0.46 0.27 0.81
HSL 335.45º 0.3% 0.15% -
HSV(B) 335.45º 0.46% 0.19% -
XYZ 1.89 1.49 1.78 -
YUV 33.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 48 26 35 0 0.46 0.27 0.81 335.45 0.3 0.15
Hex 30 1A 23 0 2E 1B 51 14F 1E F
Octal 60 32 43 0 56 33 121 517 36 17
Binary 110000 11010 100011 0 101110 11011 1010001 101001111 11110 1111

Color Harmonies of #301A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A23

Black with #301A23

Text Example


Text Example

White with #301A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,26,35); }

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

background-color css

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

 a { background-color: rgb(48,26,35); }

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

border-color css

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

 span { border-color: rgb(48,26,35); }

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