Html Css Color HEX #302513 Black Magic

📋 copy color: '#302513'

red 48 ◦ green 37 ◦ blue 19

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

Shades of Black Magic #302513

Tints of Black Magic #302513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 35.58%

 BLUE value IS 19 (7.81% from 255) = 18.27%

R = 46.15%
G = 35.58%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#302513 (or 0x302513) is known color: Black Magic. HEX triplet: 30, 25 and 13. RGB value is (48,37,19). Sum of RGB (Red+Green+Blue) = 48+37+19=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #302513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302513 is #CFDAEC. Grayscale: #262626. Windows color (decimal): -13621997 or 1254704. OLE color: 1254704.

HSL color Cylindrical-coordinate representation of color #302513: hue angle of 37.24º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #302513 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 37 19 -
CMYK 0 0.23 0.60 0.81
HSL 37.24º 0.43% 0.13% -
HSV(B) 37.24º 0.6% 0.19% -
XYZ 2 2 0.9 -
YUV 38.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 48 37 19 0 0.23 0.60 0.81 37.24 0.43 0.13
Hex 30 25 13 0 17 3C 51 25 2B D
Octal 60 45 23 0 27 74 121 45 53 15
Binary 110000 100101 10011 0 10111 111100 1010001 100101 101011 1101

Color Harmonies of #302513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302513

Black with #302513

Text Example


Text Example

White with #302513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302513; }

 p { color: rgb(48,37,19); }

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

background-color css

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

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

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

border-color css

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

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

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