Html Css Color HEX #382B14 Black Magic

📋 copy color: '#382B14'

red 56 ◦ green 43 ◦ blue 20

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

Shades of Black Magic #382B14

Tints of Black Magic #382B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.81%

R = 47.06%
G = 36.13%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#382B14 (or 0x382B14) is known color: Black Magic. HEX triplet: 38, 2B and 14. RGB value is (56,43,20). Sum of RGB (Red+Green+Blue) = 56+43+20=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #382B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B14 is #C7D4EB. Grayscale: #2C2C2C. Windows color (decimal): -13096172 or 1321784. OLE color: 1321784.

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

Color convert

RGB 56 43 20 -
CMYK 0 0.23 0.64 0.78
HSL 38.33º 0.47% 0.15% -
HSV(B) 38.33º 0.64% 0.22% -
XYZ 2.62 2.62 1.03 -
YUV 44.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 56 43 20 0 0.23 0.64 0.78 38.33 0.47 0.15
Hex 38 2B 14 0 17 40 4E 26 2F F
Octal 70 53 24 0 27 100 116 46 57 17
Binary 111000 101011 10100 0 10111 1000000 1001110 100110 101111 1111

Color Harmonies of #382B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B14

Black with #382B14

Text Example


Text Example

White with #382B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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