Html Css Color HEX #301B17 Seal Brown

📋 copy color: '#301B17'

red 48 ◦ green 27 ◦ blue 23

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

Shades of Seal Brown #301B17

Tints of Seal Brown #301B17

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27.55%

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

R = 48.98%
G = 27.55%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#301B17 (or 0x301B17) is known color: Seal Brown. HEX triplet: 30, 1B and 17. RGB value is (48,27,23). Sum of RGB (Red+Green+Blue) = 48+27+23=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #301B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B17 is #CFE4E8. Grayscale: #202020. Windows color (decimal): -13624553 or 1514288. OLE color: 1514288.

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

Color convert

RGB 48 27 23 -
CMYK 0 0.44 0.52 0.81
HSL 9.6º 0.35% 0.14% -
HSV(B) 9.6º 0.52% 0.19% -
XYZ 1.77 1.47 1 -
YUV 32.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 48 27 23 0 0.44 0.52 0.81 9.6 0.35 0.14
Hex 30 1B 17 0 2C 34 51 A 23 E
Octal 60 33 27 0 54 64 121 12 43 16
Binary 110000 11011 10111 0 101100 110100 1010001 1010 100011 1110

Color Harmonies of #301B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B17

Black with #301B17

Text Example


Text Example

White with #301B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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