Html Css Color HEX #301813 Seal Brown

📋 copy color: '#301813'

red 48 ◦ green 24 ◦ blue 19

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

Shades of Seal Brown #301813

Tints of Seal Brown #301813

RGB

 RED value IS 48 (19.14% from 255) = 52.75%

 GREEN value IS 24 (9.77% from 255) = 26.37%

 BLUE value IS 19 (7.81% from 255) = 20.88%

R = 52.75%
G = 26.37%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#301813 (or 0x301813) is known color: Seal Brown. HEX triplet: 30, 18 and 13. RGB value is (48,24,19). Sum of RGB (Red+Green+Blue) = 48+24+19=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #301813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301813 is #CFE7EC. Grayscale: #1E1E1E. Windows color (decimal): -13625325 or 1251376. OLE color: 1251376.

HSL color Cylindrical-coordinate representation of color #301813: hue angle of 10.34º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301813 is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 24 19 -
CMYK 0 0.5 0.60 0.81
HSL 10.34º 0.43% 0.13% -
HSV(B) 10.34º 0.6% 0.19% -
XYZ 1.66 1.33 0.78 -
YUV 30.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 48 24 19 0 0.5 0.60 0.81 10.34 0.43 0.13
Hex 30 18 13 0 32 3C 51 A 2B D
Octal 60 30 23 0 62 74 121 12 53 15
Binary 110000 11000 10011 0 110010 111100 1010001 1010 101011 1101

Color Harmonies of #301813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301813

Black with #301813

Text Example


Text Example

White with #301813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301813; }

 p { color: rgb(48,24,19); }

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

background-color css

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

 a { background-color: rgb(48,24,19); }

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

border-color css

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

 span { border-color: rgb(48,24,19); }

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