Html Css Color HEX #382B0E Black Magic

📋 copy color: '#382B0E'

red 56 ◦ green 43 ◦ blue 14

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

Shades of Black Magic #382B0E

Tints of Black Magic #382B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.39%

R = 49.56%
G = 38.05%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#382B0E (or 0x382B0E) is known color: Black Magic. HEX triplet: 38, 2B and 0E. RGB value is (56,43,14). Sum of RGB (Red+Green+Blue) = 56+43+14=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B0E is #C7D4F1. Grayscale: #2B2B2B. Windows color (decimal): -13096178 or 928568. OLE color: 928568.

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

Color convert

RGB 56 43 14 -
CMYK 0 0.23 0.75 0.78
HSL 41.43º 0.6% 0.14% -
HSV(B) 41.43º 0.75% 0.22% -
XYZ 2.57 2.6 0.78 -
YUV 43.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 56 43 14 0 0.23 0.75 0.78 41.43 0.6 0.14
Hex 38 2B E 0 17 4B 4E 29 3C E
Octal 70 53 16 0 27 113 116 51 74 16
Binary 111000 101011 1110 0 10111 1001011 1001110 101001 111100 1110

Color Harmonies of #382B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B0E

Black with #382B0E

Text Example


Text Example

White with #382B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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