#382A08

Color #382A08 Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #382A08

Tints of Black Magic #382A08

Color information

#382A08 (or 0x382A08) is unknown color: approx Black Magic. HEX triplet: 38, 2A and 08. RGB value is (56,42,8). Sum of RGB (Red+Green+Blue) = 56+42+8=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #382A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A08 is #C7D5F7. Grayscale: #2A2A2A. Windows color (decimal): -13096440 or 535096. OLE color: 535096.

HSL color Cylindrical-coordinate representation of color #382A08: hue angle of 42.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 #382A08 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB56428-
CMYK00.250.860.78
HSL42.5º75%12.55%-
HSV(B)42.5º85.71%21.96%-
XYZ2.52.510.58-
YUV42.31108.64137.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 42 (16.80% from 255) = 39.62%
BLUE value IS 8 (3.52% from 255) = 7.55%
R=52.83%
G=39.62%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5642800.250.860.7842.57512.55
Hex382A8019564E2a4bd
Octal7052100311261165211315
Binary11100010101010000110011010110100111010101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #382A08;
 }
 .AnyTagClassName
 {
   color: #382A08;
 }
</style>
background-color css

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

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

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

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

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

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