Html Css Color HEX #38383D Revolver

📋 copy color: '#38383D'

red 56 ◦ green 56 ◦ blue 61

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

Shades of Revolver #38383D

Tints of Revolver #38383D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.26%

R = 32.37%
G = 32.37%
B = 35.26%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#38383D (or 0x38383D) is known color: Revolver. HEX triplet: 38, 38 and 3D. RGB value is (56,56,61). Sum of RGB (Red+Green+Blue) = 56+56+61=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 61 - color contains mainly: blue. Hex color #38383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38383D is #C7C7C2. Grayscale: #383838. Windows color (decimal): -13092803 or 4012088. OLE color: 4012088.

HSL color Cylindrical-coordinate representation of color #38383D: hue angle of 240º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #38383D is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 56 61 -
CMYK 0.08 0.08 0 0.76
HSL 240º 0.04% 0.23% -
HSV(B) 240º 0.08% 0.24% -
XYZ 3.89 4.01 4.98 -
YUV 56.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 56 56 61 0.08 0.08 0 0.76 240 0.04 0.23
Hex 38 38 3D 8 8 0 4C F0 4 17
Octal 70 70 75 10 10 0 114 360 4 27
Binary 111000 111000 111101 1000 1000 0 1001100 11110000 100 10111

Color Harmonies of #38383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38383D

Black with #38383D

Text Example


Text Example

White with #38383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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