#300C0B

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

Shades of Seal Brown #300C0B

Tints of Seal Brown #300C0B

Color information

#300C0B (or 0x300C0B) is unknown color: approx Seal Brown. HEX triplet: 30, 0C and 0B. RGB value is (48,12,11). Sum of RGB (Red+Green+Blue) = 48+12+11=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #300C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C0B is #CFF3F4. Grayscale: #161616. Windows color (decimal): -13628405 or 724016. OLE color: 724016.

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

Color convert

RGB481211-
CMYK00.750.770.81
HSL1.62º62.71%11.57%-
HSV(B)1.62º77.08%18.82%-
XYZ1.410.920.42-
YUV22.65121.43146.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 67.61%
GREEN value IS 12 (5.08% from 255) = 16.90%
BLUE value IS 11 (4.69% from 255) = 15.49%
R=67.61%
G=16.90%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48121100.750.770.811.6262.7111.57
Hex30CB04B4D5123fc
Octal601413011311512127714
Binary110000110010110100101110011011010001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300C0B; }

 p { color: rgb(48,12,11); }

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

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

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

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

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

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

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