Html Css Color HEX #38484B Charade

📋 copy color: '#38484B'

red 56 ◦ green 72 ◦ blue 75

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

Shades of Charade #38484B

Tints of Charade #38484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.47%

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

R = 27.59%
G = 35.47%
B = 36.95%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38484B (or 0x38484B) is known color: Charade. HEX triplet: 38, 48 and 4B. RGB value is (56,72,75). Sum of RGB (Red+Green+Blue) = 56+72+75=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 75 - color contains mainly: blue. Hex color #38484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38484B is #C7B7B4. Grayscale: #434343. Windows color (decimal): -13088693 or 4933688. OLE color: 4933688.

HSL color Cylindrical-coordinate representation of color #38484B: hue angle of 189.47º 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 #38484B is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 72 75 -
CMYK 0.25 0.04 0 0.71
HSL 189.47º 0.15% 0.26% -
HSV(B) 189.47º 0.25% 0.29% -
XYZ 5.22 5.98 7.54 -
YUV 67.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 56 72 75 0.25 0.04 0 0.71 189.47 0.15 0.26
Hex 38 48 4B 19 4 0 47 BD F 1A
Octal 70 110 113 31 4 0 107 275 17 32
Binary 111000 1001000 1001011 11001 100 0 1000111 10111101 1111 11010

Color Harmonies of #38484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38484B

Black with #38484B

Text Example


Text Example

White with #38484B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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