Html Css Color HEX #382B13 Black Magic

📋 copy color: '#382B13'

red 56 ◦ green 43 ◦ blue 19

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

Shades of Black Magic #382B13

Tints of Black Magic #382B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.1%

R = 47.46%
G = 36.44%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#382B13 (or 0x382B13) is known color: Black Magic. HEX triplet: 38, 2B and 13. RGB value is (56,43,19). Sum of RGB (Red+Green+Blue) = 56+43+19=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #382B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B13 is #C7D4EC. Grayscale: #2C2C2C. Windows color (decimal): -13096173 or 1256248. OLE color: 1256248.

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

Color convert

RGB 56 43 19 -
CMYK 0 0.23 0.66 0.78
HSL 38.92º 0.49% 0.15% -
HSV(B) 38.92º 0.66% 0.22% -
XYZ 2.61 2.62 0.98 -
YUV 44.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 56 43 19 0 0.23 0.66 0.78 38.92 0.49 0.15
Hex 38 2B 13 0 17 42 4E 27 31 F
Octal 70 53 23 0 27 102 116 47 61 17
Binary 111000 101011 10011 0 10111 1000010 1001110 100111 110001 1111

Color Harmonies of #382B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B13

Black with #382B13

Text Example


Text Example

White with #382B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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