Html Css Color HEX #38283F Jagger

📋 copy color: '#38283F'

red 56 ◦ green 40 ◦ blue 63

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

Shades of Jagger #38283F

Tints of Jagger #38283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.16%

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

R = 35.22%
G = 25.16%
B = 39.62%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38283F (or 0x38283F) is known color: Jagger. HEX triplet: 38, 28 and 3F. RGB value is (56,40,63). Sum of RGB (Red+Green+Blue) = 56+40+63=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 63 - color contains mainly: blue. Hex color #38283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38283F is #C7D7C0. Grayscale: #2F2F2F. Windows color (decimal): -13096897 or 4139064. OLE color: 4139064.

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

Color convert

RGB 56 40 63 -
CMYK 0.11 0.37 0 0.75
HSL 281.74º 0.22% 0.2% -
HSV(B) 281.74º 0.37% 0.25% -
XYZ 3.29 2.72 5.05 -
YUV 47.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 56 40 63 0.11 0.37 0 0.75 281.74 0.22 0.2
Hex 38 28 3F B 25 0 4B 11A 16 14
Octal 70 50 77 13 45 0 113 432 26 24
Binary 111000 101000 111111 1011 100101 0 1001011 100011010 10110 10100

Color Harmonies of #38283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38283F

Black with #38283F

Text Example


Text Example

White with #38283F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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