#301212

Color #301212 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #301212

Tints of Seal Brown #301212

Color information

#301212 (or 0x301212) is unknown color: approx Seal Brown. HEX triplet: 30, 12 and 12. RGB value is (48,18,18). Sum of RGB (Red+Green+Blue) = 48+18+18=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #301212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301212 is #CFEDED. Grayscale: #1A1A1A. Windows color (decimal): -13626862 or 1184304. OLE color: 1184304.

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

Color convert

RGB481818-
CMYK00.630.630.81
HSL45.45%12.94%-
HSV(B)62.5%18.82%-
XYZ1.541.10.7-
YUV26.97122.94143-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 18 (7.42% from 255) = 21.43%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=57.14%
G=21.43%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48181800.630.630.81045.4512.94
Hex30121203F3F5102dd
Octal6022220777712105515
Binary11000010010100100111111111111101000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301212; }

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

 H1.HeaderClassName
 {
   color: #301212;
 }
 .AnyTagClassName
 {
   color: #301212;
 }
</style>
background-color css

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

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

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

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

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

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