Html Css Color HEX #381B1B Seal Brown

📋 copy color: '#381B1B'

red 56 ◦ green 27 ◦ blue 27

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

Shades of Seal Brown #381B1B

Tints of Seal Brown #381B1B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.55%

 BLUE value IS 27 (10.94% from 255) = 24.55%

R = 50.91%
G = 24.55%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#381B1B (or 0x381B1B) is known color: Seal Brown. HEX triplet: 38, 1B and 1B. RGB value is (56,27,27). Sum of RGB (Red+Green+Blue) = 56+27+27=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #381B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B1B is #C7E4E4. Grayscale: #232323. Windows color (decimal): -13100261 or 1776440. OLE color: 1776440.

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

Color convert

RGB 56 27 27 -
CMYK 0 0.52 0.52 0.78
HSL 0.35% 0.16% -
HSV(B) 0.52% 0.22% -
XYZ 2.22 1.7 1.25 -
YUV 35.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 56 27 27 0 0.52 0.52 0.78 0 0.35 0.16
Hex 38 1B 1B 0 34 34 4E 0 23 10
Octal 70 33 33 0 64 64 116 0 43 20
Binary 111000 11011 11011 0 110100 110100 1001110 0 100011 10000

Color Harmonies of #381B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B1B

Black with #381B1B

Text Example


Text Example

White with #381B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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