Html Css Color HEX #382E1B Black Magic

📋 copy color: '#382E1B'

red 56 ◦ green 46 ◦ blue 27

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

Shades of Black Magic #382E1B

Tints of Black Magic #382E1B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 35.66%

 BLUE value IS 27 (10.94% from 255) = 20.93%

R = 43.41%
G = 35.66%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#382E1B (or 0x382E1B) is known color: Black Magic. HEX triplet: 38, 2E and 1B. RGB value is (56,46,27). Sum of RGB (Red+Green+Blue) = 56+46+27=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #382E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E1B is #C7D1E4. Grayscale: #2E2E2E. Windows color (decimal): -13095397 or 1781304. OLE color: 1781304.

HSL color Cylindrical-coordinate representation of color #382E1B: hue angle of 39.31º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #382E1B is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 46 27 -
CMYK 0 0.18 0.52 0.78
HSL 39.31º 0.35% 0.16% -
HSV(B) 39.31º 0.52% 0.22% -
XYZ 2.81 2.87 1.44 -
YUV 46.82 116.81 134.54 -
System Red Green Blue C M Y K H S L
Decimal 56 46 27 0 0.18 0.52 0.78 39.31 0.35 0.16
Hex 38 2E 1B 0 12 34 4E 27 23 10
Octal 70 56 33 0 22 64 116 47 43 20
Binary 111000 101110 11011 0 10010 110100 1001110 100111 100011 10000

Color Harmonies of #382E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E1B

Black with #382E1B

Text Example


Text Example

White with #382E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,46,27); }

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

background-color css

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

 a { background-color: rgb(56,46,27); }

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

border-color css

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

 span { border-color: rgb(56,46,27); }

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