Html Css Color HEX #300302 Seal Brown

📋 copy color: '#300302'

red 48 ◦ green 3 ◦ blue 2

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

Shades of Seal Brown #300302

Tints of Seal Brown #300302

RGB

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

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

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

R = 90.57%
G = 5.66%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#300302 (or 0x300302) is known color: Seal Brown. HEX triplet: 30, 03 and 02. RGB value is (48,3,2). Sum of RGB (Red+Green+Blue) = 48+3+2=53 (7% of max value = 765). Red value is 48 (19.14% from 255 or 90.57% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 48 - color contains mainly: red. Hex color #300302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300302 is #CFFCFD. Grayscale: #101010. Windows color (decimal): -13630718 or 131888. OLE color: 131888.

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

Color convert

RGB 48 3 2 -
CMYK 0 0.94 0.96 0.81
HSL 1.3º 0.92% 0.1% -
HSV(B) 1.3º 0.96% 0.19% -
XYZ 1.26 0.7 0.13 -
YUV 16.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 48 3 2 0 0.94 0.96 0.81 1.3 0.92 0.1
Hex 30 3 2 0 5E 60 51 1 5C A
Octal 60 3 2 0 136 140 121 1 134 12
Binary 110000 11 10 0 1011110 1100000 1010001 1 1011100 1010

Color Harmonies of #300302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300302

Black with #300302

Text Example


Text Example

White with #300302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300302; }

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

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

background-color css

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

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

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

border-color css

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

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

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