Html Css Color HEX #300B01 Seal Brown

📋 copy color: '#300B01'

red 48 ◦ green 11 ◦ blue 1

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

Shades of Seal Brown #300B01

Tints of Seal Brown #300B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.67%

R = 80%
G = 18.33%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#300B01 (or 0x300B01) is known color: Seal Brown. HEX triplet: 30, 0B and 01. RGB value is (48,11,1). Sum of RGB (Red+Green+Blue) = 48+11+1=60 (7% of max value = 765). Red value is 48 (19.14% from 255 or 80% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 48 - color contains mainly: red. Hex color #300B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B01 is #CFF4FE. Grayscale: #141414. Windows color (decimal): -13628671 or 68400. OLE color: 68400.

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

Color convert

RGB 48 11 1 -
CMYK 0 0.77 0.98 0.81
HSL 12.77º 0.96% 0.1% -
HSV(B) 12.77º 0.98% 0.19% -
XYZ 1.34 0.87 0.13 -
YUV 20.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 48 11 1 0 0.77 0.98 0.81 12.77 0.96 0.1
Hex 30 B 1 0 4D 62 51 D 60 A
Octal 60 13 1 0 115 142 121 15 140 12
Binary 110000 1011 1 0 1001101 1100010 1010001 1101 1100000 1010

Color Harmonies of #300B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B01

Black with #300B01

Text Example


Text Example

White with #300B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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