Html Css Color HEX #383851 Payne's Grey

📋 copy color: '#383851'

red 56 ◦ green 56 ◦ blue 81

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

Shades of Payne's Grey #383851

Tints of Payne's Grey #383851

RGB

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

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

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

R = 29.02%
G = 29.02%
B = 41.97%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#383851 (or 0x383851) is known color: Payne's Grey. HEX triplet: 38, 38 and 51. RGB value is (56,56,81). Sum of RGB (Red+Green+Blue) = 56+56+81=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #383851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383851 is #C7C7AE. Grayscale: #3A3A3A. Windows color (decimal): -13092783 or 5322808. OLE color: 5322808.

HSL color Cylindrical-coordinate representation of color #383851: hue angle of 240º 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 #383851 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 56 81 -
CMYK 0.31 0.31 0 0.68
HSL 240º 0.18% 0.27% -
HSV(B) 240º 0.31% 0.32% -
XYZ 4.53 4.26 8.37 -
YUV 58.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 56 56 81 0.31 0.31 0 0.68 240 0.18 0.27
Hex 38 38 51 1F 1F 0 44 F0 12 1B
Octal 70 70 121 37 37 0 104 360 22 33
Binary 111000 111000 1010001 11111 11111 0 1000100 11110000 10010 11011

Color Harmonies of #383851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383851

Black with #383851

Text Example


Text Example

White with #383851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383851; }

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

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

background-color css

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

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

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

border-color css

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

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

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