Html Css Color HEX #382C09 Black Magic

📋 copy color: '#382C09'

red 56 ◦ green 44 ◦ blue 9

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

Shades of Black Magic #382C09

Tints of Black Magic #382C09

RGB

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

 GREEN value IS 44 (17.58% from 255) = 40.37%

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

R = 51.38%
G = 40.37%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#382C09 (or 0x382C09) is known color: Black Magic. HEX triplet: 38, 2C and 09. RGB value is (56,44,9). Sum of RGB (Red+Green+Blue) = 56+44+9=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #382C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C09 is #C7D3F6. Grayscale: #2B2B2B. Windows color (decimal): -13095927 or 601144. OLE color: 601144.

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

Color convert

RGB 56 44 9 -
CMYK 0 0.21 0.84 0.78
HSL 44.68º 0.72% 0.13% -
HSV(B) 44.68º 0.84% 0.22% -
XYZ 2.58 2.66 0.64 -
YUV 43.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 56 44 9 0 0.21 0.84 0.78 44.68 0.72 0.13
Hex 38 2C 9 0 15 54 4E 2D 48 D
Octal 70 54 11 0 25 124 116 55 110 15
Binary 111000 101100 1001 0 10101 1010100 1001110 101101 1001000 1101

Color Harmonies of #382C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C09

Black with #382C09

Text Example


Text Example

White with #382C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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