Html Css Color HEX #300D0B Seal Brown

📋 copy color: '#300D0B'

red 48 ◦ green 13 ◦ blue 11

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

Shades of Seal Brown #300D0B

Tints of Seal Brown #300D0B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 18.06%

 BLUE value IS 11 (4.69% from 255) = 15.28%

R = 66.67%
G = 18.06%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#300D0B (or 0x300D0B) is known color: Seal Brown. HEX triplet: 30, 0D and 0B. RGB value is (48,13,11). Sum of RGB (Red+Green+Blue) = 48+13+11=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #300D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D0B is #CFF2F4. Grayscale: #171717. Windows color (decimal): -13628149 or 724272. OLE color: 724272.

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

Color convert

RGB 48 13 11 -
CMYK 0 0.73 0.77 0.81
HSL 3.24º 0.63% 0.12% -
HSV(B) 3.24º 0.77% 0.19% -
XYZ 1.42 0.94 0.42 -
YUV 23.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 48 13 11 0 0.73 0.77 0.81 3.24 0.63 0.12
Hex 30 D B 0 49 4D 51 3 3F C
Octal 60 15 13 0 111 115 121 3 77 14
Binary 110000 1101 1011 0 1001001 1001101 1010001 11 111111 1100

Color Harmonies of #300D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300D0B

Black with #300D0B

Text Example


Text Example

White with #300D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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