Html Css Color HEX #331D1B Seal Brown

📋 copy color: '#331D1B'

red 51 ◦ green 29 ◦ blue 27

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

Shades of Seal Brown #331D1B

Tints of Seal Brown #331D1B

RGB

 RED value IS 51 (20.31% from 255) = 47.66%

 GREEN value IS 29 (11.72% from 255) = 27.1%

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

R = 47.66%
G = 27.1%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.8

RGB Variations

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

Color information

#331D1B (or 0x331D1B) is known color: Seal Brown. HEX triplet: 33, 1D and 1B. RGB value is (51,29,27). Sum of RGB (Red+Green+Blue) = 51+29+27=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #331D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D1B is #CCE2E4. Grayscale: #232323. Windows color (decimal): -13427429 or 1776947. OLE color: 1776947.

HSL color Cylindrical-coordinate representation of color #331D1B: hue angle of 5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #331D1B is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 29 27 -
CMYK 0 0.43 0.47 0.8
HSL 0.31% 0.15% -
HSV(B) 0.47% 0.2% -
XYZ 2 1.66 1.25 -
YUV 35.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 51 29 27 0 0.43 0.47 0.8 5 0.31 0.15
Hex 33 1D 1B 0 2B 2F 50 5 1F F
Octal 63 35 33 0 53 57 120 5 37 17
Binary 110011 11101 11011 0 101011 101111 1010000 101 11111 1111

Color Harmonies of #331D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331D1B

Black with #331D1B

Text Example


Text Example

White with #331D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331D1B; }

 p { color: rgb(51,29,27); }

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

background-color css

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

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

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

border-color css

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

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

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