Html Css Color HEX #381313 Seal Brown

📋 copy color: '#381313'

red 56 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #381313

Tints of Seal Brown #381313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.21%

 BLUE value IS 19 (7.81% from 255) = 20.21%

R = 59.57%
G = 20.21%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#381313 (or 0x381313) is known color: Seal Brown. HEX triplet: 38, 13 and 13. RGB value is (56,19,19). Sum of RGB (Red+Green+Blue) = 56+19+19=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #381313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381313 is #C7ECEC. Grayscale: #1E1E1E. Windows color (decimal): -13102317 or 1250104. OLE color: 1250104.

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

Color convert

RGB 56 19 19 -
CMYK 0 0.66 0.66 0.78
HSL 0.49% 0.15% -
HSV(B) 0.66% 0.22% -
XYZ 1.98 1.35 0.77 -
YUV 30.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 56 19 19 0 0.66 0.66 0.78 0 0.49 0.15
Hex 38 13 13 0 42 42 4E 0 31 F
Octal 70 23 23 0 102 102 116 0 61 17
Binary 111000 10011 10011 0 1000010 1000010 1001110 0 110001 1111

Color Harmonies of #381313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381313

Black with #381313

Text Example


Text Example

White with #381313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381313; }

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

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

background-color css

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

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

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

border-color css

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

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

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