Html Css Color HEX #300C03 Seal Brown

📋 copy color: '#300C03'

red 48 ◦ green 12 ◦ blue 3

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

Shades of Seal Brown #300C03

Tints of Seal Brown #300C03

RGB

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

 GREEN value IS 12 (5.08% from 255) = 19.05%

 BLUE value IS 3 (1.56% from 255) = 4.76%

R = 76.19%
G = 19.05%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#300C03 (or 0x300C03) is known color: Seal Brown. HEX triplet: 30, 0C and 03. RGB value is (48,12,3). Sum of RGB (Red+Green+Blue) = 48+12+3=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 3 (1.56% from 255 or 4.76% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #300C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C03 is #CFF3FC. Grayscale: #151515. Windows color (decimal): -13628413 or 199728. OLE color: 199728.

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

Color convert

RGB 48 12 3 -
CMYK 0 0.75 0.94 0.81
HSL 12º 0.88% 0.1% -
HSV(B) 12º 0.94% 0.19% -
XYZ 1.37 0.9 0.19 -
YUV 21.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 48 12 3 0 0.75 0.94 0.81 12 0.88 0.1
Hex 30 C 3 0 4B 5E 51 C 58 A
Octal 60 14 3 0 113 136 121 14 130 12
Binary 110000 1100 11 0 1001011 1011110 1010001 1100 1011000 1010

Color Harmonies of #300C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C03

Black with #300C03

Text Example


Text Example

White with #300C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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