Html Css Color HEX #382908 Black Magic

📋 copy color: '#382908'

red 56 ◦ green 41 ◦ blue 8

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

Shades of Black Magic #382908

Tints of Black Magic #382908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.62%

R = 53.33%
G = 39.05%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#382908 (or 0x382908) is known color: Black Magic. HEX triplet: 38, 29 and 08. RGB value is (56,41,8). Sum of RGB (Red+Green+Blue) = 56+41+8=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #382908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382908 is #C7D6F7. Grayscale: #292929. Windows color (decimal): -13096696 or 534840. OLE color: 534840.

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

Color convert

RGB 56 41 8 -
CMYK 0 0.27 0.86 0.78
HSL 41.25º 0.75% 0.13% -
HSV(B) 41.25º 0.86% 0.22% -
XYZ 2.47 2.44 0.57 -
YUV 41.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 56 41 8 0 0.27 0.86 0.78 41.25 0.75 0.13
Hex 38 29 8 0 1B 56 4E 29 4B D
Octal 70 51 10 0 33 126 116 51 113 15
Binary 111000 101001 1000 0 11011 1010110 1001110 101001 1001011 1101

Color Harmonies of #382908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382908

Black with #382908

Text Example


Text Example

White with #382908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382908; }

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

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

background-color css

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

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

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

border-color css

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

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

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