Html Css Color HEX #38384B Payne's Grey

📋 copy color: '#38384B'

red 56 ◦ green 56 ◦ blue 75

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

Shades of Payne's Grey #38384B

Tints of Payne's Grey #38384B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.11%

R = 29.95%
G = 29.95%
B = 40.11%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38384B (or 0x38384B) is known color: Payne's Grey. HEX triplet: 38, 38 and 4B. RGB value is (56,56,75). Sum of RGB (Red+Green+Blue) = 56+56+75=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #38384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38384B is #C7C7B4. Grayscale: #3A3A3A. Windows color (decimal): -13092789 or 4929592. OLE color: 4929592.

HSL color Cylindrical-coordinate representation of color #38384B: hue angle of 240º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #38384B is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 56 75 -
CMYK 0.25 0.25 0 0.71
HSL 240º 0.15% 0.26% -
HSV(B) 240º 0.25% 0.29% -
XYZ 4.32 4.18 7.24 -
YUV 58.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 56 56 75 0.25 0.25 0 0.71 240 0.15 0.26
Hex 38 38 4B 19 19 0 47 F0 F 1A
Octal 70 70 113 31 31 0 107 360 17 32
Binary 111000 111000 1001011 11001 11001 0 1000111 11110000 1111 11010

Color Harmonies of #38384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38384B

Black with #38384B

Text Example


Text Example

White with #38384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38384B; }

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

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

background-color css

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

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

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

border-color css

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

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

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