Html Css Color HEX #38252F Toledo

📋 copy color: '#38252F'

red 56 ◦ green 37 ◦ blue 47

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

Shades of Toledo #38252F

Tints of Toledo #38252F

RGB

 RED value IS 56 (22.27% from 255) = 40%

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

 BLUE value IS 47 (18.75% from 255) = 33.57%

R = 40%
G = 26.43%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#38252F (or 0x38252F) is known color: Toledo. HEX triplet: 38, 25 and 2F. RGB value is (56,37,47). Sum of RGB (Red+Green+Blue) = 56+37+47=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #38252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38252F is #C7DAD0. Grayscale: #2B2B2B. Windows color (decimal): -13097681 or 3089720. OLE color: 3089720.

HSL color Cylindrical-coordinate representation of color #38252F: hue angle of 328.42º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #38252F is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 37 47 -
CMYK 0 0.34 0.16 0.78
HSL 328.42º 0.2% 0.18% -
HSV(B) 328.42º 0.34% 0.22% -
XYZ 2.81 2.37 3 -
YUV 43.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 56 37 47 0 0.34 0.16 0.78 328.42 0.2 0.18
Hex 38 25 2F 0 22 10 4E 148 14 12
Octal 70 45 57 0 42 20 116 510 24 22
Binary 111000 100101 101111 0 100010 10000 1001110 101001000 10100 10010

Color Harmonies of #38252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38252F

Black with #38252F

Text Example


Text Example

White with #38252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38252F; }

 p { color: rgb(56,37,47); }

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

background-color css

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

 a { background-color: rgb(56,37,47); }

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

border-color css

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

 span { border-color: rgb(56,37,47); }

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