Html Css Color HEX #38290D Black Magic

📋 copy color: '#38290D'

red 56 ◦ green 41 ◦ blue 13

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

Shades of Black Magic #38290D

Tints of Black Magic #38290D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.82%

R = 50.91%
G = 37.27%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#38290D (or 0x38290D) is known color: Black Magic. HEX triplet: 38, 29 and 0D. RGB value is (56,41,13). Sum of RGB (Red+Green+Blue) = 56+41+13=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #38290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38290D is #C7D6F2. Grayscale: #2A2A2A. Windows color (decimal): -13096691 or 862520. OLE color: 862520.

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

Color convert

RGB 56 41 13 -
CMYK 0 0.27 0.77 0.78
HSL 39.07º 0.62% 0.14% -
HSV(B) 39.07º 0.77% 0.22% -
XYZ 2.5 2.46 0.72 -
YUV 42.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 56 41 13 0 0.27 0.77 0.78 39.07 0.62 0.14
Hex 38 29 D 0 1B 4D 4E 27 3E E
Octal 70 51 15 0 33 115 116 47 76 16
Binary 111000 101001 1101 0 11011 1001101 1001110 100111 111110 1110

Color Harmonies of #38290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38290D

Black with #38290D

Text Example


Text Example

White with #38290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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