#382B02

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

Shades of Black Magic #382B02

Tints of Black Magic #382B02

Color information

#382B02 (or 0x382B02) is unknown color: approx Black Magic. HEX triplet: 38, 2B and 02. RGB value is (56,43,2). Sum of RGB (Red+Green+Blue) = 56+43+2=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 43 (17.19% from 255 or 42.57% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #382B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B02 is #C7D4FD. Grayscale: #2A2A2A. Windows color (decimal): -13096190 or 142136. OLE color: 142136.

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

Color convert

RGB56432-
CMYK00.230.960.78
HSL45.56º93.1%11.37%-
HSV(B)45.56º96.43%21.96%-
XYZ2.512.570.42-
YUV42.21105.31137.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 55.45%
GREEN value IS 43 (17.19% from 255) = 42.57%
BLUE value IS 2 (1.17% from 255) = 1.98%
R=55.45%
G=42.57%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5643200.230.960.7845.5693.111.37
Hex382B2017604E2e5db
Octal705320271401165613513
Binary111000101011100101111100000100111010111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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