Html Css Color HEX #382A0F Black Magic

📋 copy color: '#382A0F'

red 56 ◦ green 42 ◦ blue 15

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

Shades of Black Magic #382A0F

Tints of Black Magic #382A0F

RGB

 RED value IS 56 (22.27% from 255) = 49.56%

 GREEN value IS 42 (16.8% from 255) = 37.17%

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

R = 49.56%
G = 37.17%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#382A0F (or 0x382A0F) is known color: Black Magic. HEX triplet: 38, 2A and 0F. RGB value is (56,42,15). Sum of RGB (Red+Green+Blue) = 56+42+15=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A0F is #C7D5F0. Grayscale: #2B2B2B. Windows color (decimal): -13096433 or 993848. OLE color: 993848.

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

Color convert

RGB 56 42 15 -
CMYK 0 0.25 0.73 0.78
HSL 39.51º 0.58% 0.14% -
HSV(B) 39.51º 0.73% 0.22% -
XYZ 2.55 2.53 0.81 -
YUV 43.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 56 42 15 0 0.25 0.73 0.78 39.51 0.58 0.14
Hex 38 2A F 0 19 49 4E 28 3A E
Octal 70 52 17 0 31 111 116 50 72 16
Binary 111000 101010 1111 0 11001 1001001 1001110 101000 111010 1110

Color Harmonies of #382A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A0F

Black with #382A0F

Text Example


Text Example

White with #382A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382A0F; }

 p { color: rgb(56,42,15); }

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

background-color css

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

 a { background-color: rgb(56,42,15); }

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

border-color css

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

 span { border-color: rgb(56,42,15); }

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