Html Css Color HEX #382741 Jagger

📋 copy color: '#382741'

red 56 ◦ green 39 ◦ blue 65

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

Shades of Jagger #382741

Tints of Jagger #382741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 40.63%

R = 35%
G = 24.38%
B = 40.63%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#382741 (or 0x382741) is known color: Jagger. HEX triplet: 38, 27 and 41. RGB value is (56,39,65). Sum of RGB (Red+Green+Blue) = 56+39+65=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #382741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382741 is #C7D8BE. Grayscale: #2E2E2E. Windows color (decimal): -13097151 or 4269880. OLE color: 4269880.

HSL color Cylindrical-coordinate representation of color #382741: hue angle of 279.23º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #382741 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 39 65 -
CMYK 0.14 0.40 0 0.75
HSL 279.23º 0.25% 0.2% -
HSV(B) 279.23º 0.4% 0.25% -
XYZ 3.31 2.67 5.34 -
YUV 47.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 56 39 65 0.14 0.40 0 0.75 279.23 0.25 0.2
Hex 38 27 41 E 28 0 4B 117 19 14
Octal 70 47 101 16 50 0 113 427 31 24
Binary 111000 100111 1000001 1110 101000 0 1001011 100010111 11001 10100

Color Harmonies of #382741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382741

Black with #382741

Text Example


Text Example

White with #382741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382741; }

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

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

background-color css

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

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

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

border-color css

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

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

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