Html Css Color HEX #302919 Black Magic

📋 copy color: '#302919'

red 48 ◦ green 41 ◦ blue 25

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

Shades of Black Magic #302919

Tints of Black Magic #302919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.93%

R = 42.11%
G = 35.96%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#302919 (or 0x302919) is known color: Black Magic. HEX triplet: 30, 29 and 19. RGB value is (48,41,25). Sum of RGB (Red+Green+Blue) = 48+41+25=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #302919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302919 is #CFD6E6. Grayscale: #292929. Windows color (decimal): -13620967 or 1648944. OLE color: 1648944.

HSL color Cylindrical-coordinate representation of color #302919: hue angle of 41.74º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #302919 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 41 25 -
CMYK 0 0.15 0.48 0.81
HSL 41.74º 0.32% 0.14% -
HSV(B) 41.74º 0.48% 0.19% -
XYZ 2.19 2.28 1.25 -
YUV 41.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 48 41 25 0 0.15 0.48 0.81 41.74 0.32 0.14
Hex 30 29 19 0 F 30 51 2A 20 E
Octal 60 51 31 0 17 60 121 52 40 16
Binary 110000 101001 11001 0 1111 110000 1010001 101010 100000 1110

Color Harmonies of #302919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302919

Black with #302919

Text Example


Text Example

White with #302919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302919; }

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

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

background-color css

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

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

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

border-color css

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

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

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