Html Css Color HEX #301914 Seal Brown

📋 copy color: '#301914'

red 48 ◦ green 25 ◦ blue 20

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

Shades of Seal Brown #301914

Tints of Seal Brown #301914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.88%

 BLUE value IS 20 (8.2% from 255) = 21.51%

R = 51.61%
G = 26.88%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#301914 (or 0x301914) is known color: Seal Brown. HEX triplet: 30, 19 and 14. RGB value is (48,25,20). Sum of RGB (Red+Green+Blue) = 48+25+20=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301914 is #CFE6EB. Grayscale: #1F1F1F. Windows color (decimal): -13625068 or 1317168. OLE color: 1317168.

HSL color Cylindrical-coordinate representation of color #301914: hue angle of 10.71º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #301914 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 25 20 -
CMYK 0 0.48 0.58 0.81
HSL 10.71º 0.41% 0.13% -
HSV(B) 10.71º 0.58% 0.19% -
XYZ 1.69 1.37 0.84 -
YUV 31.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 48 25 20 0 0.48 0.58 0.81 10.71 0.41 0.13
Hex 30 19 14 0 30 3A 51 B 29 D
Octal 60 31 24 0 60 72 121 13 51 15
Binary 110000 11001 10100 0 110000 111010 1010001 1011 101001 1101

Color Harmonies of #301914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301914

Black with #301914

Text Example


Text Example

White with #301914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301914; }

 p { color: rgb(48,25,20); }

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

background-color css

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

 a { background-color: rgb(48,25,20); }

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

border-color css

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

 span { border-color: rgb(48,25,20); }

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