Html Css Color HEX #38313F Jagger

📋 copy color: '#38313F'

red 56 ◦ green 49 ◦ blue 63

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

Shades of Jagger #38313F

Tints of Jagger #38313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.17%

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

R = 33.33%
G = 29.17%
B = 37.5%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38313F (or 0x38313F) is known color: Jagger. HEX triplet: 38, 31 and 3F. RGB value is (56,49,63). Sum of RGB (Red+Green+Blue) = 56+49+63=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 63 - color contains mainly: blue. Hex color #38313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38313F is #C7CEC0. Grayscale: #343434. Windows color (decimal): -13094593 or 4141368. OLE color: 4141368.

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

Color convert

RGB 56 49 63 -
CMYK 0.11 0.22 0 0.75
HSL 270º 0.13% 0.22% -
HSV(B) 270º 0.22% 0.25% -
XYZ 3.63 3.4 5.17 -
YUV 52.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 56 49 63 0.11 0.22 0 0.75 270 0.13 0.22
Hex 38 31 3F B 16 0 4B 10E C 16
Octal 70 61 77 13 26 0 113 416 14 26
Binary 111000 110001 111111 1011 10110 0 1001011 100001110 1100 10110

Color Harmonies of #38313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38313F

Black with #38313F

Text Example


Text Example

White with #38313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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