Html Css Color HEX #302615 Black Magic

📋 copy color: '#302615'

red 48 ◦ green 38 ◦ blue 21

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

Shades of Black Magic #302615

Tints of Black Magic #302615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 35.51%

 BLUE value IS 21 (8.59% from 255) = 19.63%

R = 44.86%
G = 35.51%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#302615 (or 0x302615) is known color: Black Magic. HEX triplet: 30, 26 and 15. RGB value is (48,38,21). Sum of RGB (Red+Green+Blue) = 48+38+21=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #302615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302615 is #CFD9EA. Grayscale: #272727. Windows color (decimal): -13621739 or 1386032. OLE color: 1386032.

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

Color convert

RGB 48 38 21 -
CMYK 0 0.21 0.56 0.81
HSL 37.78º 0.39% 0.14% -
HSV(B) 37.78º 0.56% 0.19% -
XYZ 2.05 2.07 1 -
YUV 39.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 48 38 21 0 0.21 0.56 0.81 37.78 0.39 0.14
Hex 30 26 15 0 15 38 51 26 27 E
Octal 60 46 25 0 25 70 121 46 47 16
Binary 110000 100110 10101 0 10101 111000 1010001 100110 100111 1110

Color Harmonies of #302615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302615

Black with #302615

Text Example


Text Example

White with #302615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302615; }

 p { color: rgb(48,38,21); }

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

background-color css

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

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

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

border-color css

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

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

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