Html Css Color HEX #381851 Jagger

📋 copy color: '#381851'

red 56 ◦ green 24 ◦ blue 81

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

Shades of Jagger #381851

Tints of Jagger #381851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.91%

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

R = 34.78%
G = 14.91%
B = 50.31%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#381851 (or 0x381851) is known color: Jagger. HEX triplet: 38, 18 and 51. RGB value is (56,24,81). Sum of RGB (Red+Green+Blue) = 56+24+81=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #381851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381851 is #C7E7AE. Grayscale: #272727. Windows color (decimal): -13100975 or 5314616. OLE color: 5314616.

HSL color Cylindrical-coordinate representation of color #381851: hue angle of 273.68º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381851 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 24 81 -
CMYK 0.31 0.70 0 0.68
HSL 273.68º 0.54% 0.21% -
HSV(B) 273.68º 0.7% 0.32% -
XYZ 3.44 2.09 8.01 -
YUV 40.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 56 24 81 0.31 0.70 0 0.68 273.68 0.54 0.21
Hex 38 18 51 1F 46 0 44 112 36 15
Octal 70 30 121 37 106 0 104 422 66 25
Binary 111000 11000 1010001 11111 1000110 0 1000100 100010010 110110 10101

Color Harmonies of #381851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381851

Black with #381851

Text Example


Text Example

White with #381851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381851; }

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

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

background-color css

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

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

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

border-color css

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

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

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