Html Css Color HEX #301002 Seal Brown

📋 copy color: '#301002'

red 48 ◦ green 16 ◦ blue 2

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

Shades of Seal Brown #301002

Tints of Seal Brown #301002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 24.24%

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

R = 72.73%
G = 24.24%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#301002 (or 0x301002) is known color: Seal Brown. HEX triplet: 30, 10 and 02. RGB value is (48,16,2). Sum of RGB (Red+Green+Blue) = 48+16+2=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #301002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301002 is #CFEFFD. Grayscale: #181818. Windows color (decimal): -13627390 or 135216. OLE color: 135216.

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

Color convert

RGB 48 16 2 -
CMYK 0 0.67 0.96 0.81
HSL 18.26º 0.92% 0.1% -
HSV(B) 18.26º 0.96% 0.19% -
XYZ 1.42 1 0.18 -
YUV 23.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 48 16 2 0 0.67 0.96 0.81 18.26 0.92 0.1
Hex 30 10 2 0 43 60 51 12 5C A
Octal 60 20 2 0 103 140 121 22 134 12
Binary 110000 10000 10 0 1000011 1100000 1010001 10010 1011100 1010

Color Harmonies of #301002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301002

Black with #301002

Text Example


Text Example

White with #301002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301002; }

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

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

background-color css

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

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

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

border-color css

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

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

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