Html Css Color HEX #383752 Payne's Grey

📋 copy color: '#383752'

red 56 ◦ green 55 ◦ blue 82

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

Shades of Payne's Grey #383752

Tints of Payne's Grey #383752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.5%

 BLUE value IS 82 (32.42% from 255) = 42.49%

R = 29.02%
G = 28.5%
B = 42.49%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#383752 (or 0x383752) is known color: Payne's Grey. HEX triplet: 38, 37 and 52. RGB value is (56,55,82). Sum of RGB (Red+Green+Blue) = 56+55+82=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #383752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383752 is #C7C8AD. Grayscale: #3A3A3A. Windows color (decimal): -13093038 or 5388088. OLE color: 5388088.

HSL color Cylindrical-coordinate representation of color #383752: hue angle of 242.22º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #383752 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 55 82 -
CMYK 0.32 0.33 0 0.68
HSL 242.22º 0.2% 0.27% -
HSV(B) 242.22º 0.33% 0.32% -
XYZ 4.52 4.18 8.55 -
YUV 58.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 56 55 82 0.32 0.33 0 0.68 242.22 0.2 0.27
Hex 38 37 52 20 21 0 44 F2 14 1B
Octal 70 67 122 40 41 0 104 362 24 33
Binary 111000 110111 1010010 100000 100001 0 1000100 11110010 10100 11011

Color Harmonies of #383752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383752

Black with #383752

Text Example


Text Example

White with #383752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383752; }

 p { color: rgb(56,55,82); }

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

background-color css

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

 a { background-color: rgb(56,55,82); }

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

border-color css

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

 span { border-color: rgb(56,55,82); }

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