Html Css Color HEX #382C3F Jagger

📋 copy color: '#382C3F'

red 56 ◦ green 44 ◦ blue 63

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

Shades of Jagger #382C3F

Tints of Jagger #382C3F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.99%

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

R = 34.36%
G = 26.99%
B = 38.65%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#382C3F (or 0x382C3F) is known color: Jagger. HEX triplet: 38, 2C and 3F. RGB value is (56,44,63). Sum of RGB (Red+Green+Blue) = 56+44+63=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 63 - color contains mainly: blue. Hex color #382C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C3F is #C7D3C0. Grayscale: #313131. Windows color (decimal): -13095873 or 4140088. OLE color: 4140088.

HSL color Cylindrical-coordinate representation of color #382C3F: hue angle of 277.89º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #382C3F is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 44 63 -
CMYK 0.11 0.30 0 0.75
HSL 277.89º 0.18% 0.21% -
HSV(B) 277.89º 0.3% 0.25% -
XYZ 3.43 3 5.1 -
YUV 49.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 56 44 63 0.11 0.30 0 0.75 277.89 0.18 0.21
Hex 38 2C 3F B 1E 0 4B 116 12 15
Octal 70 54 77 13 36 0 113 426 22 25
Binary 111000 101100 111111 1011 11110 0 1001011 100010110 10010 10101

Color Harmonies of #382C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C3F

Black with #382C3F

Text Example


Text Example

White with #382C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382C3F; }

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

 H1.HeaderClassName
 {
   color: #382C3F;
 }
 .AnyTagClassName
 {
   color: #382C3F;
 }
</style>

background-color css

<style>
 a { background-color: #382C3F; }

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

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

border-color css

<style>
 span { border-color: #382C3F; }

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

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