Html Css Color HEX #31481B Seaweed

📋 copy color: '#31481B'

red 49 ◦ green 72 ◦ blue 27

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

Shades of Seaweed #31481B

Tints of Seaweed #31481B

RGB

 RED value IS 49 (19.53% from 255) = 33.11%

 GREEN value IS 72 (28.52% from 255) = 48.65%

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

R = 33.11%
G = 48.65%
B = 18.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#31481B (or 0x31481B) is known color: Seaweed. HEX triplet: 31, 48 and 1B. RGB value is (49,72,27). Sum of RGB (Red+Green+Blue) = 49+72+27=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #31481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31481B is #CEB7E4. Grayscale: #3C3C3C. Windows color (decimal): -13547493 or 1787953. OLE color: 1787953.

HSL color Cylindrical-coordinate representation of color #31481B: hue angle of 90.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31481B is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 72 27 -
CMYK 0.32 0 0.62 0.72
HSL 90.67º 0.45% 0.19% -
HSV(B) 90.67º 0.63% 0.28% -
XYZ 3.78 5.37 1.87 -
YUV 59.99 109.38 120.16 -
System Red Green Blue C M Y K H S L
Decimal 49 72 27 0.32 0 0.62 0.72 90.67 0.45 0.19
Hex 31 48 1B 20 0 3E 48 5B 2D 13
Octal 61 110 33 40 0 76 110 133 55 23
Binary 110001 1001000 11011 100000 0 111110 1001000 1011011 101101 10011

Color Harmonies of #31481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31481B

Black with #31481B

Text Example


Text Example

White with #31481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31481B; }

 p { color: rgb(49,72,27); }

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

background-color css

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

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

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

border-color css

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

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

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