Html Css Color HEX #300B02 Seal Brown

📋 copy color: '#300B02'

red 48 ◦ green 11 ◦ blue 2

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

Shades of Seal Brown #300B02

Tints of Seal Brown #300B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.28%

R = 78.69%
G = 18.03%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#300B02 (or 0x300B02) is known color: Seal Brown. HEX triplet: 30, 0B and 02. RGB value is (48,11,2). Sum of RGB (Red+Green+Blue) = 48+11+2=61 (8% of max value = 765). Red value is 48 (19.14% from 255 or 78.69% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 48 - color contains mainly: red. Hex color #300B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B02 is #CFF4FD. Grayscale: #151515. Windows color (decimal): -13628670 or 133936. OLE color: 133936.

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

Color convert

RGB 48 11 2 -
CMYK 0 0.77 0.96 0.81
HSL 11.74º 0.92% 0.1% -
HSV(B) 11.74º 0.96% 0.19% -
XYZ 1.35 0.87 0.15 -
YUV 21.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 48 11 2 0 0.77 0.96 0.81 11.74 0.92 0.1
Hex 30 B 2 0 4D 60 51 C 5C A
Octal 60 13 2 0 115 140 121 14 134 12
Binary 110000 1011 10 0 1001101 1100000 1010001 1100 1011100 1010

Color Harmonies of #300B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B02

Black with #300B02

Text Example


Text Example

White with #300B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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