Html Css Color HEX #38290F Black Magic

📋 copy color: '#38290F'

red 56 ◦ green 41 ◦ blue 15

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

Shades of Black Magic #38290F

Tints of Black Magic #38290F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.39%

R = 50%
G = 36.61%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#38290F (or 0x38290F) is known color: Black Magic. HEX triplet: 38, 29 and 0F. RGB value is (56,41,15). Sum of RGB (Red+Green+Blue) = 56+41+15=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #38290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38290F is #C7D6F0. Grayscale: #2A2A2A. Windows color (decimal): -13096689 or 993592. OLE color: 993592.

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

Color convert

RGB 56 41 15 -
CMYK 0 0.27 0.73 0.78
HSL 38.05º 0.58% 0.14% -
HSV(B) 38.05º 0.73% 0.22% -
XYZ 2.51 2.46 0.79 -
YUV 42.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 56 41 15 0 0.27 0.73 0.78 38.05 0.58 0.14
Hex 38 29 F 0 1B 49 4E 26 3A E
Octal 70 51 17 0 33 111 116 46 72 16
Binary 111000 101001 1111 0 11011 1001001 1001110 100110 111010 1110

Color Harmonies of #38290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38290F

Black with #38290F

Text Example


Text Example

White with #38290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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