Html Css Color HEX #382901 Black Magic

📋 copy color: '#382901'

red 56 ◦ green 41 ◦ blue 1

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

Shades of Black Magic #382901

Tints of Black Magic #382901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 41.84%

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

R = 57.14%
G = 41.84%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#382901 (or 0x382901) is known color: Black Magic. HEX triplet: 38, 29 and 01. RGB value is (56,41,1). Sum of RGB (Red+Green+Blue) = 56+41+1=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #382901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382901 is #C7D6FE. Grayscale: #292929. Windows color (decimal): -13096703 or 76088. OLE color: 76088.

HSL color Cylindrical-coordinate representation of color #382901: hue angle of 43.64º 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 #382901 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 41 1 -
CMYK 0 0.27 0.98 0.78
HSL 43.64º 0.96% 0.11% -
HSV(B) 43.64º 0.98% 0.22% -
XYZ 2.43 2.43 0.37 -
YUV 40.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 56 41 1 0 0.27 0.98 0.78 43.64 0.96 0.11
Hex 38 29 1 0 1B 62 4E 2C 60 B
Octal 70 51 1 0 33 142 116 54 140 13
Binary 111000 101001 1 0 11011 1100010 1001110 101100 1100000 1011

Color Harmonies of #382901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382901

Black with #382901

Text Example


Text Example

White with #382901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382901; }

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

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

background-color css

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

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

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

border-color css

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

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

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