Html Css Color HEX #381212 Seal Brown

📋 copy color: '#381212'

red 56 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #381212

Tints of Seal Brown #381212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.57%

 BLUE value IS 18 (7.42% from 255) = 19.57%

R = 60.87%
G = 19.57%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#381212 (or 0x381212) is known color: Seal Brown. HEX triplet: 38, 12 and 12. RGB value is (56,18,18). Sum of RGB (Red+Green+Blue) = 56+18+18=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #381212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381212 is #C7EDED. Grayscale: #1D1D1D. Windows color (decimal): -13102574 or 1184312. OLE color: 1184312.

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

Color convert

RGB 56 18 18 -
CMYK 0 0.68 0.68 0.78
HSL 0.51% 0.15% -
HSV(B) 0.68% 0.22% -
XYZ 1.96 1.32 0.72 -
YUV 29.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 56 18 18 0 0.68 0.68 0.78 0 0.51 0.15
Hex 38 12 12 0 44 44 4E 0 33 F
Octal 70 22 22 0 104 104 116 0 63 17
Binary 111000 10010 10010 0 1000100 1000100 1001110 0 110011 1111

Color Harmonies of #381212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381212

Black with #381212

Text Example


Text Example

White with #381212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381212; }

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

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

background-color css

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

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

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

border-color css

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

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

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