Html Css Color HEX #300303 Seal Brown

📋 copy color: '#300303'

red 48 ◦ green 3 ◦ blue 3

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

Shades of Seal Brown #300303

Tints of Seal Brown #300303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.56%

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

R = 88.89%
G = 5.56%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#300303 (or 0x300303) is known color: Seal Brown. HEX triplet: 30, 03 and 03. RGB value is (48,3,3). Sum of RGB (Red+Green+Blue) = 48+3+3=54 (7% of max value = 765). Red value is 48 (19.14% from 255 or 88.89% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 48 - color contains mainly: red. Hex color #300303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300303 is #CFFCFC. Grayscale: #101010. Windows color (decimal): -13630717 or 197424. OLE color: 197424.

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

Color convert

RGB 48 3 3 -
CMYK 0 0.94 0.94 0.81
HSL 0.88% 0.1% -
HSV(B) 0.94% 0.19% -
XYZ 1.27 0.7 0.15 -
YUV 16.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 48 3 3 0 0.94 0.94 0.81 0 0.88 0.1
Hex 30 3 3 0 5E 5E 51 0 58 A
Octal 60 3 3 0 136 136 121 0 130 12
Binary 110000 11 11 0 1011110 1011110 1010001 0 1011000 1010

Color Harmonies of #300303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300303

Black with #300303

Text Example


Text Example

White with #300303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300303; }

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

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

background-color css

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

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

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

border-color css

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

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

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