Html Css Color HEX #382906 Black Magic

📋 copy color: '#382906'

red 56 ◦ green 41 ◦ blue 6

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

Shades of Black Magic #382906

Tints of Black Magic #382906

RGB

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

 GREEN value IS 41 (16.41% from 255) = 39.81%

 BLUE value IS 6 (2.73% from 255) = 5.83%

R = 54.37%
G = 39.81%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#382906 (or 0x382906) is known color: Black Magic. HEX triplet: 38, 29 and 06. RGB value is (56,41,6). Sum of RGB (Red+Green+Blue) = 56+41+6=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #382906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382906 is #C7D6F9. Grayscale: #292929. Windows color (decimal): -13096698 or 403768. OLE color: 403768.

HSL color Cylindrical-coordinate representation of color #382906: hue angle of 42º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #382906 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 41 6 -
CMYK 0 0.27 0.89 0.78
HSL 42º 0.81% 0.12% -
HSV(B) 42º 0.89% 0.22% -
XYZ 2.46 2.44 0.51 -
YUV 41.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 56 41 6 0 0.27 0.89 0.78 42 0.81 0.12
Hex 38 29 6 0 1B 59 4E 2A 51 C
Octal 70 51 6 0 33 131 116 52 121 14
Binary 111000 101001 110 0 11011 1011001 1001110 101010 1010001 1100

Color Harmonies of #382906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382906

Black with #382906

Text Example


Text Example

White with #382906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382906; }

 p { color: rgb(56,41,6); }

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

background-color css

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

 a { background-color: rgb(56,41,6); }

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

border-color css

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

 span { border-color: rgb(56,41,6); }

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