Html Css Color HEX #301F28 Toledo

📋 copy color: '#301F28'

red 48 ◦ green 31 ◦ blue 40

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

Shades of Toledo #301F28

Tints of Toledo #301F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.05%

 BLUE value IS 40 (16.02% from 255) = 33.61%

R = 40.34%
G = 26.05%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#301F28 (or 0x301F28) is known color: Toledo. HEX triplet: 30, 1F and 28. RGB value is (48,31,40). Sum of RGB (Red+Green+Blue) = 48+31+40=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #301F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F28 is #CFE0D7. Grayscale: #252525. Windows color (decimal): -13623512 or 2629424. OLE color: 2629424.

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

Color convert

RGB 48 31 40 -
CMYK 0 0.35 0.17 0.81
HSL 328.24º 0.22% 0.15% -
HSV(B) 328.24º 0.35% 0.19% -
XYZ 2.09 1.76 2.24 -
YUV 37.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 48 31 40 0 0.35 0.17 0.81 328.24 0.22 0.15
Hex 30 1F 28 0 23 11 51 148 16 F
Octal 60 37 50 0 43 21 121 510 26 17
Binary 110000 11111 101000 0 100011 10001 1010001 101001000 10110 1111

Color Harmonies of #301F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F28

Black with #301F28

Text Example


Text Example

White with #301F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,31,40); }

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

background-color css

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

 a { background-color: rgb(48,31,40); }

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

border-color css

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

 span { border-color: rgb(48,31,40); }

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