Html Css Color HEX #382709 Black Magic

📋 copy color: '#382709'

red 56 ◦ green 39 ◦ blue 9

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

Shades of Black Magic #382709

Tints of Black Magic #382709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 37.5%

 BLUE value IS 9 (3.91% from 255) = 8.65%

R = 53.85%
G = 37.5%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#382709 (or 0x382709) is known color: Black Magic. HEX triplet: 38, 27 and 09. RGB value is (56,39,9). Sum of RGB (Red+Green+Blue) = 56+39+9=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #382709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382709 is #C7D8F6. Grayscale: #282828. Windows color (decimal): -13097207 or 599864. OLE color: 599864.

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

Color convert

RGB 56 39 9 -
CMYK 0 0.30 0.84 0.78
HSL 38.3º 0.72% 0.13% -
HSV(B) 38.3º 0.84% 0.22% -
XYZ 2.41 2.31 0.58 -
YUV 40.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 56 39 9 0 0.30 0.84 0.78 38.3 0.72 0.13
Hex 38 27 9 0 1E 54 4E 26 48 D
Octal 70 47 11 0 36 124 116 46 110 15
Binary 111000 100111 1001 0 11110 1010100 1001110 100110 1001000 1101

Color Harmonies of #382709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382709

Black with #382709

Text Example


Text Example

White with #382709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382709; }

 p { color: rgb(56,39,9); }

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

background-color css

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

 a { background-color: rgb(56,39,9); }

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

border-color css

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

 span { border-color: rgb(56,39,9); }

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