Html Css Color HEX #383A51 Payne's Grey

📋 copy color: '#383A51'

red 56 ◦ green 58 ◦ blue 81

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

Shades of Payne's Grey #383A51

Tints of Payne's Grey #383A51

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.74%

 BLUE value IS 81 (32.03% from 255) = 41.54%

R = 28.72%
G = 29.74%
B = 41.54%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#383A51 (or 0x383A51) is known color: Payne's Grey. HEX triplet: 38, 3A and 51. RGB value is (56,58,81). Sum of RGB (Red+Green+Blue) = 56+58+81=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 81 - color contains mainly: blue. Hex color #383A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A51 is #C7C5AE. Grayscale: #3B3B3B. Windows color (decimal): -13092271 or 5323320. OLE color: 5323320.

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

Color convert

RGB 56 58 81 -
CMYK 0.31 0.28 0 0.68
HSL 235.2º 0.18% 0.27% -
HSV(B) 235.2º 0.31% 0.32% -
XYZ 4.63 4.46 8.4 -
YUV 60.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 56 58 81 0.31 0.28 0 0.68 235.2 0.18 0.27
Hex 38 3A 51 1F 1C 0 44 EB 12 1B
Octal 70 72 121 37 34 0 104 353 22 33
Binary 111000 111010 1010001 11111 11100 0 1000100 11101011 10010 11011

Color Harmonies of #383A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A51

Black with #383A51

Text Example


Text Example

White with #383A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383A51; }

 p { color: rgb(56,58,81); }

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

background-color css

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

 a { background-color: rgb(56,58,81); }

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

border-color css

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

 span { border-color: rgb(56,58,81); }

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