Html Css Color HEX #301818 Seal Brown

📋 copy color: '#301818'

red 48 ◦ green 24 ◦ blue 24

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

Shades of Seal Brown #301818

Tints of Seal Brown #301818

RGB

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

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

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

R = 50%
G = 25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#301818 (or 0x301818) is known color: Seal Brown. HEX triplet: 30, 18 and 18. RGB value is (48,24,24). Sum of RGB (Red+Green+Blue) = 48+24+24=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #301818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301818 is #CFE7E7. Grayscale: #1F1F1F. Windows color (decimal): -13625320 or 1579056. OLE color: 1579056.

HSL color Cylindrical-coordinate representation of color #301818: hue angle of 0º 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 #301818 is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 24 24 -
CMYK 0 0.5 0.5 0.81
HSL 0.33% 0.14% -
HSV(B) 0.5% 0.19% -
XYZ 1.71 1.35 1.03 -
YUV 31.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 48 24 24 0 0.5 0.5 0.81 0 0.33 0.14
Hex 30 18 18 0 32 32 51 0 21 E
Octal 60 30 30 0 62 62 121 0 41 16
Binary 110000 11000 11000 0 110010 110010 1010001 0 100001 1110

Color Harmonies of #301818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301818

Black with #301818

Text Example


Text Example

White with #301818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301818; }

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

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

background-color css

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

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

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

border-color css

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

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

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