Html Css Color HEX #384143 Charade

📋 copy color: '#384143'

red 56 ◦ green 65 ◦ blue 67

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

Shades of Charade #384143

Tints of Charade #384143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.57%

 BLUE value IS 67 (26.56% from 255) = 35.64%

R = 29.79%
G = 34.57%
B = 35.64%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#384143 (or 0x384143) is known color: Charade. HEX triplet: 38, 41 and 43. RGB value is (56,65,67). Sum of RGB (Red+Green+Blue) = 56+65+67=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 67 - color contains mainly: blue. Hex color #384143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384143 is #C7BEBC. Grayscale: #3E3E3E. Windows color (decimal): -13090493 or 4407608. OLE color: 4407608.

HSL color Cylindrical-coordinate representation of color #384143: hue angle of 190.91º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #384143 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 65 67 -
CMYK 0.16 0.03 0 0.74
HSL 190.91º 0.09% 0.24% -
HSV(B) 190.91º 0.16% 0.26% -
XYZ 4.53 5.03 6.04 -
YUV 62.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 56 65 67 0.16 0.03 0 0.74 190.91 0.09 0.24
Hex 38 41 43 10 3 0 4A BF 9 18
Octal 70 101 103 20 3 0 112 277 11 30
Binary 111000 1000001 1000011 10000 11 0 1001010 10111111 1001 11000

Color Harmonies of #384143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384143

Black with #384143

Text Example


Text Example

White with #384143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384143; }

 p { color: rgb(56,65,67); }

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

background-color css

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

 a { background-color: rgb(56,65,67); }

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

border-color css

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

 span { border-color: rgb(56,65,67); }

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