Html Css Color HEX #384043 Charade

📋 copy color: '#384043'

red 56 ◦ green 64 ◦ blue 67

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

Shades of Charade #384043

Tints of Charade #384043

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.22%

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

R = 29.95%
G = 34.22%
B = 35.83%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#384043 (or 0x384043) is known color: Charade. HEX triplet: 38, 40 and 43. RGB value is (56,64,67). Sum of RGB (Red+Green+Blue) = 56+64+67=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 67 - color contains mainly: blue. Hex color #384043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384043 is #C7BFBC. Grayscale: #3D3D3D. Windows color (decimal): -13090749 or 4407352. OLE color: 4407352.

HSL color Cylindrical-coordinate representation of color #384043: hue angle of 196.36º 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 #384043 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 64 67 -
CMYK 0.16 0.04 0 0.74
HSL 196.36º 0.09% 0.24% -
HSV(B) 196.36º 0.16% 0.26% -
XYZ 4.48 4.91 6.02 -
YUV 61.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 56 64 67 0.16 0.04 0 0.74 196.36 0.09 0.24
Hex 38 40 43 10 4 0 4A C4 9 18
Octal 70 100 103 20 4 0 112 304 11 30
Binary 111000 1000000 1000011 10000 100 0 1001010 11000100 1001 11000

Color Harmonies of #384043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384043

Black with #384043

Text Example


Text Example

White with #384043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384043; }

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

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

background-color css

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

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

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

border-color css

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

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

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