Html Css Color HEX #382900 Black Magic

📋 copy color: '#382900'

red 56 ◦ green 41 ◦ blue 0

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

Shades of Black Magic #382900

Tints of Black Magic #382900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.73%
G = 42.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#382900 (or 0x382900) is known color: Black Magic. HEX triplet: 38, 29 and 00. RGB value is (56,41,0). Sum of RGB (Red+Green+Blue) = 56+41+0=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #382900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382900 is #C7D6FF. Grayscale: #282828. Windows color (decimal): -13096704 or 10552. OLE color: 10552.

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

Color convert

RGB 56 41 0 -
CMYK 0 0.27 1 0.78
HSL 43.93º 1% 0.11% -
HSV(B) 43.93º 1% 0.22% -
XYZ 2.42 2.43 0.34 -
YUV 40.81 104.97 138.83 -
System Red Green Blue C M Y K H S L
Decimal 56 41 0 0 0.27 1 0.78 43.93 1 0.11
Hex 38 29 0 0 1B 64 4E 2C 64 B
Octal 70 51 0 0 33 144 116 54 144 13
Binary 111000 101001 0 0 11011 1100100 1001110 101100 1100100 1011

Color Harmonies of #382900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382900

Black with #382900

Text Example


Text Example

White with #382900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382900; }

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

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

background-color css

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

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

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

border-color css

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

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

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