Html Css Color HEX #382743 Jagger

📋 copy color: '#382743'

red 56 ◦ green 39 ◦ blue 67

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

Shades of Jagger #382743

Tints of Jagger #382743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.07%

 BLUE value IS 67 (26.56% from 255) = 41.36%

R = 34.57%
G = 24.07%
B = 41.36%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#382743 (or 0x382743) is known color: Jagger. HEX triplet: 38, 27 and 43. RGB value is (56,39,67). Sum of RGB (Red+Green+Blue) = 56+39+67=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 67 - color contains mainly: blue. Hex color #382743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382743 is #C7D8BC. Grayscale: #2F2F2F. Windows color (decimal): -13097149 or 4400952. OLE color: 4400952.

HSL color Cylindrical-coordinate representation of color #382743: hue angle of 276.43º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #382743 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 39 67 -
CMYK 0.16 0.42 0 0.74
HSL 276.43º 0.26% 0.21% -
HSV(B) 276.43º 0.42% 0.26% -
XYZ 3.37 2.7 5.65 -
YUV 47.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 56 39 67 0.16 0.42 0 0.74 276.43 0.26 0.21
Hex 38 27 43 10 2A 0 4A 114 1A 15
Octal 70 47 103 20 52 0 112 424 32 25
Binary 111000 100111 1000011 10000 101010 0 1001010 100010100 11010 10101

Color Harmonies of #382743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382743

Black with #382743

Text Example


Text Example

White with #382743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382743; }

 p { color: rgb(56,39,67); }

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

background-color css

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

 a { background-color: rgb(56,39,67); }

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

border-color css

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

 span { border-color: rgb(56,39,67); }

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