Html Css Color HEX #301A18 Seal Brown

📋 copy color: '#301A18'

red 48 ◦ green 26 ◦ blue 24

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

Shades of Seal Brown #301A18

Tints of Seal Brown #301A18

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.53%

 BLUE value IS 24 (9.77% from 255) = 24.49%

R = 48.98%
G = 26.53%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#301A18 (or 0x301A18) is known color: Seal Brown. HEX triplet: 30, 1A and 18. RGB value is (48,26,24). Sum of RGB (Red+Green+Blue) = 48+26+24=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #301A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A18 is #CFE5E7. Grayscale: #202020. Windows color (decimal): -13624808 or 1579568. OLE color: 1579568.

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

Color convert

RGB 48 26 24 -
CMYK 0 0.46 0.5 0.81
HSL 0.33% 0.14% -
HSV(B) 0.5% 0.19% -
XYZ 1.75 1.43 1.05 -
YUV 32.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 48 26 24 0 0.46 0.5 0.81 5 0.33 0.14
Hex 30 1A 18 0 2E 32 51 5 21 E
Octal 60 32 30 0 56 62 121 5 41 16
Binary 110000 11010 11000 0 101110 110010 1010001 101 100001 1110

Color Harmonies of #301A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A18

Black with #301A18

Text Example


Text Example

White with #301A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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