Html Css Color HEX #3D383F Jagger

📋 copy color: '#3D383F'

red 61 ◦ green 56 ◦ blue 63

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

Shades of Jagger #3D383F

Tints of Jagger #3D383F

RGB

 RED value IS 61 (24.22% from 255) = 33.89%

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

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

R = 33.89%
G = 31.11%
B = 35%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3D383F (or 0x3D383F) is known color: Jagger. HEX triplet: 3D, 38 and 3F. RGB value is (61,56,63). Sum of RGB (Red+Green+Blue) = 61+56+63=180 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.89% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 63 - color contains mainly: blue. Hex color #3D383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D383F is #C2C7C0. Grayscale: #3A3A3A. Windows color (decimal): -12765121 or 4143165. OLE color: 4143165.

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

Color convert

RGB 61 56 63 -
CMYK 0.03 0.11 0 0.75
HSL 282.86º 0.06% 0.23% -
HSV(B) 282.86º 0.11% 0.25% -
XYZ 4.24 4.18 5.29 -
YUV 58.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 61 56 63 0.03 0.11 0 0.75 282.86 0.06 0.23
Hex 3D 38 3F 3 B 0 4B 11B 6 17
Octal 75 70 77 3 13 0 113 433 6 27
Binary 111101 111000 111111 11 1011 0 1001011 100011011 110 10111

Color Harmonies of #3D383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D383F

Black with #3D383F

Text Example


Text Example

White with #3D383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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