Html Css Color HEX #38290C Black Magic

📋 copy color: '#38290C'

red 56 ◦ green 41 ◦ blue 12

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

Shades of Black Magic #38290C

Tints of Black Magic #38290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.01%

R = 51.38%
G = 37.61%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#38290C (or 0x38290C) is known color: Black Magic. HEX triplet: 38, 29 and 0C. RGB value is (56,41,12). Sum of RGB (Red+Green+Blue) = 56+41+12=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #38290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38290C is #C7D6F3. Grayscale: #2A2A2A. Windows color (decimal): -13096692 or 796984. OLE color: 796984.

HSL color Cylindrical-coordinate representation of color #38290C: hue angle of 39.55º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38290C is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 41 12 -
CMYK 0 0.27 0.79 0.78
HSL 39.55º 0.65% 0.13% -
HSV(B) 39.55º 0.79% 0.22% -
XYZ 2.49 2.45 0.69 -
YUV 42.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 56 41 12 0 0.27 0.79 0.78 39.55 0.65 0.13
Hex 38 29 C 0 1B 4F 4E 28 41 D
Octal 70 51 14 0 33 117 116 50 101 15
Binary 111000 101001 1100 0 11011 1001111 1001110 101000 1000001 1101

Color Harmonies of #38290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38290C

Black with #38290C

Text Example


Text Example

White with #38290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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