Html Css Color HEX #38474B Charade

📋 copy color: '#38474B'

red 56 ◦ green 71 ◦ blue 75

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

Shades of Charade #38474B

Tints of Charade #38474B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.15%

 BLUE value IS 75 (29.69% from 255) = 37.13%

R = 27.72%
G = 35.15%
B = 37.13%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38474B (or 0x38474B) is known color: Charade. HEX triplet: 38, 47 and 4B. RGB value is (56,71,75). Sum of RGB (Red+Green+Blue) = 56+71+75=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 75 - color contains mainly: blue. Hex color #38474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38474B is #C7B8B4. Grayscale: #424242. Windows color (decimal): -13088949 or 4933432. OLE color: 4933432.

HSL color Cylindrical-coordinate representation of color #38474B: hue angle of 192.63º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #38474B is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 71 75 -
CMYK 0.25 0.05 0 0.71
HSL 192.63º 0.15% 0.26% -
HSV(B) 192.63º 0.25% 0.29% -
XYZ 5.15 5.86 7.52 -
YUV 66.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 56 71 75 0.25 0.05 0 0.71 192.63 0.15 0.26
Hex 38 47 4B 19 5 0 47 C1 F 1A
Octal 70 107 113 31 5 0 107 301 17 32
Binary 111000 1000111 1001011 11001 101 0 1000111 11000001 1111 11010

Color Harmonies of #38474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38474B

Black with #38474B

Text Example


Text Example

White with #38474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38474B; }

 p { color: rgb(56,71,75); }

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

background-color css

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

 a { background-color: rgb(56,71,75); }

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

border-color css

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

 span { border-color: rgb(56,71,75); }

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