Html Css Color HEX #301A17 Seal Brown

📋 copy color: '#301A17'

red 48 ◦ green 26 ◦ blue 23

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

Shades of Seal Brown #301A17

Tints of Seal Brown #301A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.8%

 BLUE value IS 23 (9.38% from 255) = 23.71%

R = 49.48%
G = 26.8%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#301A17 (or 0x301A17) is known color: Seal Brown. HEX triplet: 30, 1A and 17. RGB value is (48,26,23). Sum of RGB (Red+Green+Blue) = 48+26+23=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #301A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A17 is #CFE5E8. Grayscale: #202020. Windows color (decimal): -13624809 or 1514032. OLE color: 1514032.

HSL color Cylindrical-coordinate representation of color #301A17: hue angle of 7.2º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #301A17 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 26 23 -
CMYK 0 0.46 0.52 0.81
HSL 7.2º 0.35% 0.14% -
HSV(B) 7.2º 0.52% 0.19% -
XYZ 1.74 1.43 0.99 -
YUV 32.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 48 26 23 0 0.46 0.52 0.81 7.2 0.35 0.14
Hex 30 1A 17 0 2E 34 51 7 23 E
Octal 60 32 27 0 56 64 121 7 43 16
Binary 110000 11010 10111 0 101110 110100 1010001 111 100011 1110

Color Harmonies of #301A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A17

Black with #301A17

Text Example


Text Example

White with #301A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301A17; }

 p { color: rgb(48,26,23); }

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

background-color css

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

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

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

border-color css

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

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

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