Html Css Color HEX #381919 Seal Brown

📋 copy color: '#381919'

red 56 ◦ green 25 ◦ blue 25

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

Shades of Seal Brown #381919

Tints of Seal Brown #381919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.58%

 BLUE value IS 25 (10.16% from 255) = 23.58%

R = 52.83%
G = 23.58%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#381919 (or 0x381919) is known color: Seal Brown. HEX triplet: 38, 19 and 19. RGB value is (56,25,25). Sum of RGB (Red+Green+Blue) = 56+25+25=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #381919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381919 is #C7E6E6. Grayscale: #222222. Windows color (decimal): -13100775 or 1644856. OLE color: 1644856.

HSL color Cylindrical-coordinate representation of color #381919: hue angle of 0º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #381919 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 25 25 -
CMYK 0 0.55 0.55 0.78
HSL 0.38% 0.16% -
HSV(B) 0.55% 0.22% -
XYZ 2.15 1.61 1.12 -
YUV 34.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 56 25 25 0 0.55 0.55 0.78 0 0.38 0.16
Hex 38 19 19 0 37 37 4E 0 26 10
Octal 70 31 31 0 67 67 116 0 46 20
Binary 111000 11001 11001 0 110111 110111 1001110 0 100110 10000

Color Harmonies of #381919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381919

Black with #381919

Text Example


Text Example

White with #381919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381919; }

 p { color: rgb(56,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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