Html Css Color HEX #302917 Black Magic

📋 copy color: '#302917'

red 48 ◦ green 41 ◦ blue 23

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

Shades of Black Magic #302917

Tints of Black Magic #302917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 36.61%

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

R = 42.86%
G = 36.61%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#302917 (or 0x302917) is known color: Black Magic. HEX triplet: 30, 29 and 17. RGB value is (48,41,23). Sum of RGB (Red+Green+Blue) = 48+41+23=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #302917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302917 is #CFD6E8. Grayscale: #292929. Windows color (decimal): -13620969 or 1517872. OLE color: 1517872.

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

Color convert

RGB 48 41 23 -
CMYK 0 0.15 0.52 0.81
HSL 43.2º 0.35% 0.14% -
HSV(B) 43.2º 0.52% 0.19% -
XYZ 2.17 2.28 1.14 -
YUV 41.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 48 41 23 0 0.15 0.52 0.81 43.2 0.35 0.14
Hex 30 29 17 0 F 34 51 2B 23 E
Octal 60 51 27 0 17 64 121 53 43 16
Binary 110000 101001 10111 0 1111 110100 1010001 101011 100011 1110

Color Harmonies of #302917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302917

Black with #302917

Text Example


Text Example

White with #302917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302917; }

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

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

background-color css

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

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

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

border-color css

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

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

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