Html Css Color HEX #382B1B Black Magic

📋 copy color: '#382B1B'

red 56 ◦ green 43 ◦ blue 27

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

Shades of Black Magic #382B1B

Tints of Black Magic #382B1B

RGB

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

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

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

R = 44.44%
G = 34.13%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#382B1B (or 0x382B1B) is known color: Black Magic. HEX triplet: 38, 2B and 1B. RGB value is (56,43,27). Sum of RGB (Red+Green+Blue) = 56+43+27=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #382B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B1B is #C7D4E4. Grayscale: #2D2D2D. Windows color (decimal): -13096165 or 1780536. OLE color: 1780536.

HSL color Cylindrical-coordinate representation of color #382B1B: hue angle of 33.1º 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 #382B1B is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 43 27 -
CMYK 0 0.23 0.52 0.78
HSL 33.1º 0.35% 0.16% -
HSV(B) 33.1º 0.52% 0.22% -
XYZ 2.69 2.65 1.41 -
YUV 45.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 56 43 27 0 0.23 0.52 0.78 33.1 0.35 0.16
Hex 38 2B 1B 0 17 34 4E 21 23 10
Octal 70 53 33 0 27 64 116 41 43 20
Binary 111000 101011 11011 0 10111 110100 1001110 100001 100011 10000

Color Harmonies of #382B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B1B

Black with #382B1B

Text Example


Text Example

White with #382B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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