Html Css Color HEX #382A01 Black Magic

📋 copy color: '#382A01'

red 56 ◦ green 42 ◦ blue 1

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

Shades of Black Magic #382A01

Tints of Black Magic #382A01

RGB

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

 GREEN value IS 42 (16.8% from 255) = 42.42%

 BLUE value IS 1 (0.78% from 255) = 1.01%

R = 56.57%
G = 42.42%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#382A01 (or 0x382A01) is known color: Black Magic. HEX triplet: 38, 2A and 01. RGB value is (56,42,1). Sum of RGB (Red+Green+Blue) = 56+42+1=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #382A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A01 is #C7D5FE. Grayscale: #292929. Windows color (decimal): -13096447 or 76344. OLE color: 76344.

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

Color convert

RGB 56 42 1 -
CMYK 0 0.25 0.98 0.78
HSL 44.73º 0.96% 0.11% -
HSV(B) 44.73º 0.98% 0.22% -
XYZ 2.46 2.5 0.38 -
YUV 41.51 105.14 138.33 -
System Red Green Blue C M Y K H S L
Decimal 56 42 1 0 0.25 0.98 0.78 44.73 0.96 0.11
Hex 38 2A 1 0 19 62 4E 2D 60 B
Octal 70 52 1 0 31 142 116 55 140 13
Binary 111000 101010 1 0 11001 1100010 1001110 101101 1100000 1011

Color Harmonies of #382A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A01

Black with #382A01

Text Example


Text Example

White with #382A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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