Html Css Color HEX #382F3F Jagger

📋 copy color: '#382F3F'

red 56 ◦ green 47 ◦ blue 63

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

Shades of Jagger #382F3F

Tints of Jagger #382F3F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.31%

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

R = 33.73%
G = 28.31%
B = 37.95%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#382F3F (or 0x382F3F) is known color: Jagger. HEX triplet: 38, 2F and 3F. RGB value is (56,47,63). Sum of RGB (Red+Green+Blue) = 56+47+63=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 63 - color contains mainly: blue. Hex color #382F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F3F is #C7D0C0. Grayscale: #333333. Windows color (decimal): -13095105 or 4140856. OLE color: 4140856.

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

Color convert

RGB 56 47 63 -
CMYK 0.11 0.25 0 0.75
HSL 273.75º 0.15% 0.22% -
HSV(B) 273.75º 0.25% 0.25% -
XYZ 3.54 3.23 5.14 -
YUV 51.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 56 47 63 0.11 0.25 0 0.75 273.75 0.15 0.22
Hex 38 2F 3F B 19 0 4B 112 F 16
Octal 70 57 77 13 31 0 113 422 17 26
Binary 111000 101111 111111 1011 11001 0 1001011 100010010 1111 10110

Color Harmonies of #382F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F3F

Black with #382F3F

Text Example


Text Example

White with #382F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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