Html Css Color HEX #382607 Black Magic

📋 copy color: '#382607'

red 56 ◦ green 38 ◦ blue 7

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

Shades of Black Magic #382607

Tints of Black Magic #382607

RGB

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

 GREEN value IS 38 (15.23% from 255) = 37.62%

 BLUE value IS 7 (3.13% from 255) = 6.93%

R = 55.45%
G = 37.62%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#382607 (or 0x382607) is known color: Black Magic. HEX triplet: 38, 26 and 07. RGB value is (56,38,7). Sum of RGB (Red+Green+Blue) = 56+38+7=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 38 (15.23% from 255 or 37.62% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #382607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382607 is #C7D9F8. Grayscale: #272727. Windows color (decimal): -13097465 or 468536. OLE color: 468536.

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

Color convert

RGB 56 38 7 -
CMYK 0 0.32 0.88 0.78
HSL 37.96º 0.78% 0.12% -
HSV(B) 37.96º 0.88% 0.22% -
XYZ 2.36 2.24 0.51 -
YUV 39.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 56 38 7 0 0.32 0.88 0.78 37.96 0.78 0.12
Hex 38 26 7 0 20 58 4E 26 4E C
Octal 70 46 7 0 40 130 116 46 116 14
Binary 111000 100110 111 0 100000 1011000 1001110 100110 1001110 1100

Color Harmonies of #382607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382607

Black with #382607

Text Example


Text Example

White with #382607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382607; }

 p { color: rgb(56,38,7); }

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

background-color css

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

 a { background-color: rgb(56,38,7); }

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

border-color css

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

 span { border-color: rgb(56,38,7); }

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