Html Css Color HEX #38212C Toledo

📋 copy color: '#38212C'

red 56 ◦ green 33 ◦ blue 44

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

Shades of Toledo #38212C

Tints of Toledo #38212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.81%

 BLUE value IS 44 (17.58% from 255) = 33.08%

R = 42.11%
G = 24.81%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#38212C (or 0x38212C) is known color: Toledo. HEX triplet: 38, 21 and 2C. RGB value is (56,33,44). Sum of RGB (Red+Green+Blue) = 56+33+44=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #38212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38212C is #C7DED3. Grayscale: #292929. Windows color (decimal): -13098708 or 2892088. OLE color: 2892088.

HSL color Cylindrical-coordinate representation of color #38212C: hue angle of 331.3º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #38212C is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 33 44 -
CMYK 0 0.41 0.21 0.78
HSL 331.3º 0.26% 0.17% -
HSV(B) 331.3º 0.41% 0.22% -
XYZ 2.63 2.11 2.65 -
YUV 41.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 56 33 44 0 0.41 0.21 0.78 331.3 0.26 0.17
Hex 38 21 2C 0 29 15 4E 14B 1A 11
Octal 70 41 54 0 51 25 116 513 32 21
Binary 111000 100001 101100 0 101001 10101 1001110 101001011 11010 10001

Color Harmonies of #38212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38212C

Black with #38212C

Text Example


Text Example

White with #38212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38212C; }

 p { color: rgb(56,33,44); }

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

background-color css

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

 a { background-color: rgb(56,33,44); }

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

border-color css

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

 span { border-color: rgb(56,33,44); }

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