Html Css Color HEX #300B00 Seal Brown

📋 copy color: '#300B00'

red 48 ◦ green 11 ◦ blue 0

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

Shades of Seal Brown #300B00

Tints of Seal Brown #300B00

RGB

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

 GREEN value IS 11 (4.69% from 255) = 18.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.36%
G = 18.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#300B00 (or 0x300B00) is known color: Seal Brown. HEX triplet: 30, 0B and 00. RGB value is (48,11,0). Sum of RGB (Red+Green+Blue) = 48+11+0=59 (7% of max value = 765). Red value is 48 (19.14% from 255 or 81.36% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 48 - color contains mainly: red. Hex color #300B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B00 is #CFF4FF. Grayscale: #141414. Windows color (decimal): -13628672 or 2864. OLE color: 2864.

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

Color convert

RGB 48 11 0 -
CMYK 0 0.77 1 0.81
HSL 13.75º 1% 0.09% -
HSV(B) 13.75º 1% 0.19% -
XYZ 1.34 0.87 0.1 -
YUV 20.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 48 11 0 0 0.77 1 0.81 13.75 1 0.09
Hex 30 B 0 0 4D 64 51 E 64 9
Octal 60 13 0 0 115 144 121 16 144 11
Binary 110000 1011 0 0 1001101 1100100 1010001 1110 1100100 1001

Color Harmonies of #300B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B00

Black with #300B00

Text Example


Text Example

White with #300B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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