Html Css Color HEX #301008 Seal Brown

📋 copy color: '#301008'

red 48 ◦ green 16 ◦ blue 8

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

Shades of Seal Brown #301008

Tints of Seal Brown #301008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 11.11%

R = 66.67%
G = 22.22%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#301008 (or 0x301008) is known color: Seal Brown. HEX triplet: 30, 10 and 08. RGB value is (48,16,8). Sum of RGB (Red+Green+Blue) = 48+16+8=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #301008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301008 is #CFEFF7. Grayscale: #181818. Windows color (decimal): -13627384 or 528432. OLE color: 528432.

HSL color Cylindrical-coordinate representation of color #301008: hue angle of 12º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301008 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 16 8 -
CMYK 0 0.67 0.83 0.81
HSL 12º 0.71% 0.11% -
HSV(B) 12º 0.83% 0.19% -
XYZ 1.45 1.02 0.35 -
YUV 24.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 48 16 8 0 0.67 0.83 0.81 12 0.71 0.11
Hex 30 10 8 0 43 53 51 C 47 B
Octal 60 20 10 0 103 123 121 14 107 13
Binary 110000 10000 1000 0 1000011 1010011 1010001 1100 1000111 1011

Color Harmonies of #301008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301008

Black with #301008

Text Example


Text Example

White with #301008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301008; }

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

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

background-color css

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

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

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

border-color css

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

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

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