Html Css Color HEX #382609 Black Magic

📋 copy color: '#382609'

red 56 ◦ green 38 ◦ blue 9

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

Shades of Black Magic #382609

Tints of Black Magic #382609

RGB

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

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

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

R = 54.37%
G = 36.89%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#382609 (or 0x382609) is known color: Black Magic. HEX triplet: 38, 26 and 09. RGB value is (56,38,9). Sum of RGB (Red+Green+Blue) = 56+38+9=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #382609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382609 is #C7D9F6. Grayscale: #282828. Windows color (decimal): -13097463 or 599608. OLE color: 599608.

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

Color convert

RGB 56 38 9 -
CMYK 0 0.32 0.84 0.78
HSL 37.02º 0.72% 0.13% -
HSV(B) 37.02º 0.84% 0.22% -
XYZ 2.37 2.25 0.57 -
YUV 40.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 56 38 9 0 0.32 0.84 0.78 37.02 0.72 0.13
Hex 38 26 9 0 20 54 4E 25 48 D
Octal 70 46 11 0 40 124 116 45 110 15
Binary 111000 100110 1001 0 100000 1010100 1001110 100101 1001000 1101

Color Harmonies of #382609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382609

Black with #382609

Text Example


Text Example

White with #382609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382609; }

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

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

background-color css

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

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

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

border-color css

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

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

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