Html Css Color HEX #382351 Jagger

📋 copy color: '#382351'

red 56 ◦ green 35 ◦ blue 81

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

Shades of Jagger #382351

Tints of Jagger #382351

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

 BLUE value IS 81 (32.03% from 255) = 47.09%

R = 32.56%
G = 20.35%
B = 47.09%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#382351 (or 0x382351) is known color: Jagger. HEX triplet: 38, 23 and 51. RGB value is (56,35,81). Sum of RGB (Red+Green+Blue) = 56+35+81=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #382351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382351 is #C7DCAE. Grayscale: #2E2E2E. Windows color (decimal): -13098159 or 5317432. OLE color: 5317432.

HSL color Cylindrical-coordinate representation of color #382351: hue angle of 267.39º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #382351 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 35 81 -
CMYK 0.31 0.57 0 0.68
HSL 267.39º 0.4% 0.23% -
HSV(B) 267.39º 0.57% 0.32% -
XYZ 3.72 2.64 8.1 -
YUV 46.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 56 35 81 0.31 0.57 0 0.68 267.39 0.4 0.23
Hex 38 23 51 1F 39 0 44 10B 28 17
Octal 70 43 121 37 71 0 104 413 50 27
Binary 111000 100011 1010001 11111 111001 0 1000100 100001011 101000 10111

Color Harmonies of #382351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382351

Black with #382351

Text Example


Text Example

White with #382351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382351; }

 p { color: rgb(56,35,81); }

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

background-color css

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

 a { background-color: rgb(56,35,81); }

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

border-color css

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

 span { border-color: rgb(56,35,81); }

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