Html Css Color HEX #392B0F Black Magic

📋 copy color: '#392B0F'

red 57 ◦ green 43 ◦ blue 15

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

Shades of Black Magic #392B0F

Tints of Black Magic #392B0F

RGB

 RED value IS 57 (22.66% from 255) = 49.57%

 GREEN value IS 43 (17.19% from 255) = 37.39%

 BLUE value IS 15 (6.25% from 255) = 13.04%

R = 49.57%
G = 37.39%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.78

RGB Variations

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

Color information

#392B0F (or 0x392B0F) is known color: Black Magic. HEX triplet: 39, 2B and 0F. RGB value is (57,43,15). Sum of RGB (Red+Green+Blue) = 57+43+15=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #392B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392B0F is #C6D4F0. Grayscale: #2C2C2C. Windows color (decimal): -13030641 or 994105. OLE color: 994105.

HSL color Cylindrical-coordinate representation of color #392B0F: hue angle of 40º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #392B0F is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 43 15 -
CMYK 0 0.25 0.74 0.78
HSL 40º 0.58% 0.14% -
HSV(B) 40º 0.74% 0.22% -
XYZ 2.64 2.63 0.82 -
YUV 43.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 57 43 15 0 0.25 0.74 0.78 40 0.58 0.14
Hex 39 2B F 0 19 4A 4E 28 3A E
Octal 71 53 17 0 31 112 116 50 72 16
Binary 111001 101011 1111 0 11001 1001010 1001110 101000 111010 1110

Color Harmonies of #392B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B0F

Black with #392B0F

Text Example


Text Example

White with #392B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392B0F; }

 p { color: rgb(57,43,15); }

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

background-color css

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

 a { background-color: rgb(57,43,15); }

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

border-color css

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

 span { border-color: rgb(57,43,15); }

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