Html Css Color HEX #301B19 Seal Brown

📋 copy color: '#301B19'

red 48 ◦ green 27 ◦ blue 25

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

Shades of Seal Brown #301B19

Tints of Seal Brown #301B19

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27%

 BLUE value IS 25 (10.16% from 255) = 25%

R = 48%
G = 27%
B = 25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#301B19 (or 0x301B19) is known color: Seal Brown. HEX triplet: 30, 1B and 19. RGB value is (48,27,25). Sum of RGB (Red+Green+Blue) = 48+27+25=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #301B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B19 is #CFE4E6. Grayscale: #212121. Windows color (decimal): -13624551 or 1645360. OLE color: 1645360.

HSL color Cylindrical-coordinate representation of color #301B19: hue angle of 5.22º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #301B19 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 27 25 -
CMYK 0 0.44 0.48 0.81
HSL 5.22º 0.32% 0.14% -
HSV(B) 5.22º 0.48% 0.19% -
XYZ 1.79 1.48 1.11 -
YUV 33.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 48 27 25 0 0.44 0.48 0.81 5.22 0.32 0.14
Hex 30 1B 19 0 2C 30 51 5 20 E
Octal 60 33 31 0 54 60 121 5 40 16
Binary 110000 11011 11001 0 101100 110000 1010001 101 100000 1110

Color Harmonies of #301B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B19

Black with #301B19

Text Example


Text Example

White with #301B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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