Html Css Color HEX #310E02 Seal Brown

📋 copy color: '#310E02'

red 49 ◦ green 14 ◦ blue 2

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

Shades of Seal Brown #310E02

Tints of Seal Brown #310E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 21.54%

 BLUE value IS 2 (1.17% from 255) = 3.08%

R = 75.38%
G = 21.54%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#310E02 (or 0x310E02) is known color: Seal Brown. HEX triplet: 31, 0E and 02. RGB value is (49,14,2). Sum of RGB (Red+Green+Blue) = 49+14+2=65 (8% of max value = 765). Red value is 49 (19.53% from 255 or 75.38% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 2 (1.17% from 255 or 3.08% from 65); Max value from RGB is 49 - color contains mainly: red. Hex color #310E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E02 is #CEF1FD. Grayscale: #171717. Windows color (decimal): -13562366 or 134705. OLE color: 134705.

HSL color Cylindrical-coordinate representation of color #310E02: hue angle of 15.32º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310E02 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 14 2 -
CMYK 0 0.71 0.96 0.81
HSL 15.32º 0.92% 0.1% -
HSV(B) 15.32º 0.96% 0.19% -
XYZ 1.43 0.97 0.17 -
YUV 23.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 49 14 2 0 0.71 0.96 0.81 15.32 0.92 0.1
Hex 31 E 2 0 47 60 51 F 5C A
Octal 61 16 2 0 107 140 121 17 134 12
Binary 110001 1110 10 0 1000111 1100000 1010001 1111 1011100 1010

Color Harmonies of #310E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310E02

Black with #310E02

Text Example


Text Example

White with #310E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310E02; }

 p { color: rgb(49,14,2); }

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

background-color css

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

 a { background-color: rgb(49,14,2); }

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

border-color css

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

 span { border-color: rgb(49,14,2); }

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