Html Css Color HEX #382B0D Black Magic

📋 copy color: '#382B0D'

red 56 ◦ green 43 ◦ blue 13

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

Shades of Black Magic #382B0D

Tints of Black Magic #382B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.61%

R = 50%
G = 38.39%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#382B0D (or 0x382B0D) is known color: Black Magic. HEX triplet: 38, 2B and 0D. RGB value is (56,43,13). Sum of RGB (Red+Green+Blue) = 56+43+13=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #382B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B0D is #C7D4F2. Grayscale: #2B2B2B. Windows color (decimal): -13096179 or 863032. OLE color: 863032.

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

Color convert

RGB 56 43 13 -
CMYK 0 0.23 0.77 0.78
HSL 41.86º 0.62% 0.14% -
HSV(B) 41.86º 0.77% 0.22% -
XYZ 2.57 2.6 0.75 -
YUV 43.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 56 43 13 0 0.23 0.77 0.78 41.86 0.62 0.14
Hex 38 2B D 0 17 4D 4E 2A 3E E
Octal 70 53 15 0 27 115 116 52 76 16
Binary 111000 101011 1101 0 10111 1001101 1001110 101010 111110 1110

Color Harmonies of #382B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B0D

Black with #382B0D

Text Example


Text Example

White with #382B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,43,13); }

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

background-color css

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

 a { background-color: rgb(56,43,13); }

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

border-color css

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

 span { border-color: rgb(56,43,13); }

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