Html Css Color HEX #382608 Black Magic

📋 copy color: '#382608'

red 56 ◦ green 38 ◦ blue 8

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

Shades of Black Magic #382608

Tints of Black Magic #382608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.84%

R = 54.9%
G = 37.25%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#382608 (or 0x382608) is known color: Black Magic. HEX triplet: 38, 26 and 08. RGB value is (56,38,8). Sum of RGB (Red+Green+Blue) = 56+38+8=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 38 (15.23% from 255 or 37.25% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #382608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382608 is #C7D9F7. Grayscale: #282828. Windows color (decimal): -13097464 or 534072. OLE color: 534072.

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

Color convert

RGB 56 38 8 -
CMYK 0 0.32 0.86 0.78
HSL 37.5º 0.75% 0.13% -
HSV(B) 37.5º 0.86% 0.22% -
XYZ 2.37 2.24 0.54 -
YUV 39.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 56 38 8 0 0.32 0.86 0.78 37.5 0.75 0.13
Hex 38 26 8 0 20 56 4E 26 4B D
Octal 70 46 10 0 40 126 116 46 113 15
Binary 111000 100110 1000 0 100000 1010110 1001110 100110 1001011 1101

Color Harmonies of #382608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382608

Black with #382608

Text Example


Text Example

White with #382608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382608; }

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

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

background-color css

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

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

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

border-color css

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

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

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