Html Css Color HEX #383944 Payne's Grey

📋 copy color: '#383944'

red 56 ◦ green 57 ◦ blue 68

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

Shades of Payne's Grey #383944

Tints of Payne's Grey #383944

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.49%

 BLUE value IS 68 (26.95% from 255) = 37.57%

R = 30.94%
G = 31.49%
B = 37.57%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#383944 (or 0x383944) is known color: Payne's Grey. HEX triplet: 38, 39 and 44. RGB value is (56,57,68). Sum of RGB (Red+Green+Blue) = 56+57+68=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 68 - color contains mainly: blue. Hex color #383944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383944 is #C7C6BB. Grayscale: #393939. Windows color (decimal): -13092540 or 4471096. OLE color: 4471096.

HSL color Cylindrical-coordinate representation of color #383944: hue angle of 235º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #383944 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 57 68 -
CMYK 0.18 0.16 0 0.73
HSL 235º 0.1% 0.24% -
HSV(B) 235º 0.18% 0.27% -
XYZ 4.14 4.18 6.06 -
YUV 57.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 56 57 68 0.18 0.16 0 0.73 235 0.1 0.24
Hex 38 39 44 12 10 0 49 EB A 18
Octal 70 71 104 22 20 0 111 353 12 30
Binary 111000 111001 1000100 10010 10000 0 1001001 11101011 1010 11000

Color Harmonies of #383944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383944

Black with #383944

Text Example


Text Example

White with #383944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383944; }

 p { color: rgb(56,57,68); }

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

background-color css

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

 a { background-color: rgb(56,57,68); }

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

border-color css

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

 span { border-color: rgb(56,57,68); }

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