Html Css Color HEX #382B06 Black Magic

📋 copy color: '#382B06'

red 56 ◦ green 43 ◦ blue 6

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

Shades of Black Magic #382B06

Tints of Black Magic #382B06

RGB

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

 GREEN value IS 43 (17.19% from 255) = 40.95%

 BLUE value IS 6 (2.73% from 255) = 5.71%

R = 53.33%
G = 40.95%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#382B06 (or 0x382B06) is known color: Black Magic. HEX triplet: 38, 2B and 06. RGB value is (56,43,6). Sum of RGB (Red+Green+Blue) = 56+43+6=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 43 (17.19% from 255 or 40.95% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #382B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B06 is #C7D4F9. Grayscale: #2A2A2A. Windows color (decimal): -13096186 or 404280. OLE color: 404280.

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

Color convert

RGB 56 43 6 -
CMYK 0 0.23 0.89 0.78
HSL 44.4º 0.81% 0.12% -
HSV(B) 44.4º 0.89% 0.22% -
XYZ 2.53 2.58 0.54 -
YUV 42.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 56 43 6 0 0.23 0.89 0.78 44.4 0.81 0.12
Hex 38 2B 6 0 17 59 4E 2C 51 C
Octal 70 53 6 0 27 131 116 54 121 14
Binary 111000 101011 110 0 10111 1011001 1001110 101100 1010001 1100

Color Harmonies of #382B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B06

Black with #382B06

Text Example


Text Example

White with #382B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,43,6); }

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

background-color css

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

 a { background-color: rgb(56,43,6); }

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

border-color css

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

 span { border-color: rgb(56,43,6); }

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