Html Css Color HEX #382500 Black Magic

📋 copy color: '#382500'

red 56 ◦ green 37 ◦ blue 0

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

Shades of Black Magic #382500

Tints of Black Magic #382500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 39.78%

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

R = 60.22%
G = 39.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#382500 (or 0x382500) is known color: Black Magic. HEX triplet: 38, 25 and 00. RGB value is (56,37,0). Sum of RGB (Red+Green+Blue) = 56+37+0=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #382500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382500 is #C7DAFF. Grayscale: #262626. Windows color (decimal): -13097728 or 9528. OLE color: 9528.

HSL color Cylindrical-coordinate representation of color #382500: hue angle of 39.64º 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 #382500 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 37 0 -
CMYK 0 0.34 1 0.78
HSL 39.64º 1% 0.11% -
HSV(B) 39.64º 1% 0.22% -
XYZ 2.29 2.16 0.3 -
YUV 38.46 106.29 140.51 -
System Red Green Blue C M Y K H S L
Decimal 56 37 0 0 0.34 1 0.78 39.64 1 0.11
Hex 38 25 0 0 22 64 4E 28 64 B
Octal 70 45 0 0 42 144 116 50 144 13
Binary 111000 100101 0 0 100010 1100100 1001110 101000 1100100 1011

Color Harmonies of #382500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382500

Black with #382500

Text Example


Text Example

White with #382500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382500; }

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

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

background-color css

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

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

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

border-color css

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

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

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