Html Css Color HEX #302715 Black Magic

📋 copy color: '#302715'

red 48 ◦ green 39 ◦ blue 21

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

Shades of Black Magic #302715

Tints of Black Magic #302715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 36.11%

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

R = 44.44%
G = 36.11%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#302715 (or 0x302715) is known color: Black Magic. HEX triplet: 30, 27 and 15. RGB value is (48,39,21). Sum of RGB (Red+Green+Blue) = 48+39+21=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #302715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302715 is #CFD8EA. Grayscale: #272727. Windows color (decimal): -13621483 or 1386288. OLE color: 1386288.

HSL color Cylindrical-coordinate representation of color #302715: hue angle of 40º 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 #302715 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 39 21 -
CMYK 0 0.19 0.56 0.81
HSL 40º 0.39% 0.14% -
HSV(B) 40º 0.56% 0.19% -
XYZ 2.08 2.13 1.01 -
YUV 39.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 48 39 21 0 0.19 0.56 0.81 40 0.39 0.14
Hex 30 27 15 0 13 38 51 28 27 E
Octal 60 47 25 0 23 70 121 50 47 16
Binary 110000 100111 10101 0 10011 111000 1010001 101000 100111 1110

Color Harmonies of #302715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302715

Black with #302715

Text Example


Text Example

White with #302715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302715; }

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

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

background-color css

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

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

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

border-color css

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

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

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