Html Css Color HEX #38363F Revolver

📋 copy color: '#38363F'

red 56 ◦ green 54 ◦ blue 63

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

Shades of Revolver #38363F

Tints of Revolver #38363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.21%

 BLUE value IS 63 (25% from 255) = 36.42%

R = 32.37%
G = 31.21%
B = 36.42%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38363F (or 0x38363F) is known color: Revolver. HEX triplet: 38, 36 and 3F. RGB value is (56,54,63). Sum of RGB (Red+Green+Blue) = 56+54+63=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 63 - color contains mainly: blue. Hex color #38363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38363F is #C7C9C0. Grayscale: #373737. Windows color (decimal): -13093313 or 4142648. OLE color: 4142648.

HSL color Cylindrical-coordinate representation of color #38363F: hue angle of 253.33º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #38363F is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 54 63 -
CMYK 0.11 0.14 0 0.75
HSL 253.33º 0.08% 0.23% -
HSV(B) 253.33º 0.14% 0.25% -
XYZ 3.85 3.84 5.24 -
YUV 55.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 56 54 63 0.11 0.14 0 0.75 253.33 0.08 0.23
Hex 38 36 3F B E 0 4B FD 8 17
Octal 70 66 77 13 16 0 113 375 10 27
Binary 111000 110110 111111 1011 1110 0 1001011 11111101 1000 10111

Color Harmonies of #38363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38363F

Black with #38363F

Text Example


Text Example

White with #38363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38363F; }

 p { color: rgb(56,54,63); }

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

background-color css

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

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

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

border-color css

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

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

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