Html Css Color HEX #301005 Seal Brown

📋 copy color: '#301005'

red 48 ◦ green 16 ◦ blue 5

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

Shades of Seal Brown #301005

Tints of Seal Brown #301005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 7.25%

R = 69.57%
G = 23.19%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#301005 (or 0x301005) is known color: Seal Brown. HEX triplet: 30, 10 and 05. RGB value is (48,16,5). Sum of RGB (Red+Green+Blue) = 48+16+5=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #301005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301005 is #CFEFFA. Grayscale: #181818. Windows color (decimal): -13627387 or 331824. OLE color: 331824.

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

Color convert

RGB 48 16 5 -
CMYK 0 0.67 0.90 0.81
HSL 15.35º 0.81% 0.1% -
HSV(B) 15.35º 0.9% 0.19% -
XYZ 1.43 1.01 0.26 -
YUV 24.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 48 16 5 0 0.67 0.90 0.81 15.35 0.81 0.1
Hex 30 10 5 0 43 5A 51 F 51 A
Octal 60 20 5 0 103 132 121 17 121 12
Binary 110000 10000 101 0 1000011 1011010 1010001 1111 1010001 1010

Color Harmonies of #301005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301005

Black with #301005

Text Example


Text Example

White with #301005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301005; }

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

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

background-color css

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

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

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

border-color css

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

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

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