Html Css Color HEX #382251 Jagger

📋 copy color: '#382251'

red 56 ◦ green 34 ◦ blue 81

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

Shades of Jagger #382251

Tints of Jagger #382251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.88%

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

R = 32.75%
G = 19.88%
B = 47.37%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#382251 (or 0x382251) is known color: Jagger. HEX triplet: 38, 22 and 51. RGB value is (56,34,81). Sum of RGB (Red+Green+Blue) = 56+34+81=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: blue. Hex color #382251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382251 is #C7DDAE. Grayscale: #2D2D2D. Windows color (decimal): -13098415 or 5317176. OLE color: 5317176.

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

Color convert

RGB 56 34 81 -
CMYK 0.31 0.58 0 0.68
HSL 268.09º 0.41% 0.23% -
HSV(B) 268.09º 0.58% 0.32% -
XYZ 3.69 2.58 8.09 -
YUV 45.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 56 34 81 0.31 0.58 0 0.68 268.09 0.41 0.23
Hex 38 22 51 1F 3A 0 44 10C 29 17
Octal 70 42 121 37 72 0 104 414 51 27
Binary 111000 100010 1010001 11111 111010 0 1000100 100001100 101001 10111

Color Harmonies of #382251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382251

Black with #382251

Text Example


Text Example

White with #382251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382251; }

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

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

background-color css

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

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

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

border-color css

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

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

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