Html Css Color HEX #301717 Seal Brown

📋 copy color: '#301717'

red 48 ◦ green 23 ◦ blue 23

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

Shades of Seal Brown #301717

Tints of Seal Brown #301717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.47%

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

R = 51.06%
G = 24.47%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#301717 (or 0x301717) is known color: Seal Brown. HEX triplet: 30, 17 and 17. RGB value is (48,23,23). Sum of RGB (Red+Green+Blue) = 48+23+23=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #301717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301717 is #CFE8E8. Grayscale: #1E1E1E. Windows color (decimal): -13625577 or 1513264. OLE color: 1513264.

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

Color convert

RGB 48 23 23 -
CMYK 0 0.52 0.52 0.81
HSL 0.35% 0.14% -
HSV(B) 0.52% 0.19% -
XYZ 1.68 1.3 0.97 -
YUV 30.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 48 23 23 0 0.52 0.52 0.81 0 0.35 0.14
Hex 30 17 17 0 34 34 51 0 23 E
Octal 60 27 27 0 64 64 121 0 43 16
Binary 110000 10111 10111 0 110100 110100 1010001 0 100011 1110

Color Harmonies of #301717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301717

Black with #301717

Text Example


Text Example

White with #301717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301717; }

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

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

background-color css

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

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

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

border-color css

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

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

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