Html Css Color HEX #272325 Toledo

📋 copy color: '#272325'

red 39 ◦ green 35 ◦ blue 37

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

Shades of Toledo #272325

Tints of Toledo #272325

RGB

 RED value IS 39 (15.63% from 255) = 35.14%

 GREEN value IS 35 (14.06% from 255) = 31.53%

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

R = 35.14%
G = 31.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#272325 (or 0x272325) is known color: Toledo. HEX triplet: 27, 23 and 25. RGB value is (39,35,37). Sum of RGB (Red+Green+Blue) = 39+35+37=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 39 - color contains mainly: red. Hex color #272325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272325 is #D8DCDA. Grayscale: #242424. Windows color (decimal): -14212315 or 2433831. OLE color: 2433831.

HSL color Cylindrical-coordinate representation of color #272325: hue angle of 330º degrees, saturation: 0.05, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #272325 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 35 37 -
CMYK 0 0.10 0.05 0.85
HSL 330º 0.05% 0.15% -
HSV(B) 330º 0.1% 0.15% -
XYZ 1.77 1.77 2 -
YUV 36.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 39 35 37 0 0.10 0.05 0.85 330 0.05 0.15
Hex 27 23 25 0 A 5 55 14A 5 F
Octal 47 43 45 0 12 5 125 512 5 17
Binary 100111 100011 100101 0 1010 101 1010101 101001010 101 1111

Color Harmonies of #272325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272325

Black with #272325

Text Example


Text Example

White with #272325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272325; }

 p { color: rgb(39,35,37); }

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

background-color css

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

 a { background-color: rgb(39,35,37); }

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

border-color css

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

 span { border-color: rgb(39,35,37); }

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