Html Css Color HEX #382D3D Jagger

📋 copy color: '#382D3D'

red 56 ◦ green 45 ◦ blue 61

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

Shades of Jagger #382D3D

Tints of Jagger #382D3D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.78%

 BLUE value IS 61 (24.22% from 255) = 37.65%

R = 34.57%
G = 27.78%
B = 37.65%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#382D3D (or 0x382D3D) is known color: Jagger. HEX triplet: 38, 2D and 3D. RGB value is (56,45,61). Sum of RGB (Red+Green+Blue) = 56+45+61=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 61 - color contains mainly: blue. Hex color #382D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D3D is #C7D2C2. Grayscale: #323232. Windows color (decimal): -13095619 or 4009272. OLE color: 4009272.

HSL color Cylindrical-coordinate representation of color #382D3D: hue angle of 281.25º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #382D3D is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 45 61 -
CMYK 0.08 0.26 0 0.76
HSL 281.25º 0.15% 0.21% -
HSV(B) 281.25º 0.26% 0.24% -
XYZ 3.41 3.05 4.82 -
YUV 50.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 56 45 61 0.08 0.26 0 0.76 281.25 0.15 0.21
Hex 38 2D 3D 8 1A 0 4C 119 F 15
Octal 70 55 75 10 32 0 114 431 17 25
Binary 111000 101101 111101 1000 11010 0 1001100 100011001 1111 10101

Color Harmonies of #382D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D3D

Black with #382D3D

Text Example


Text Example

White with #382D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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