Html Css Color HEX #38270D Black Magic

📋 copy color: '#38270D'

red 56 ◦ green 39 ◦ blue 13

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

Shades of Black Magic #38270D

Tints of Black Magic #38270D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 36.11%

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

R = 51.85%
G = 36.11%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#38270D (or 0x38270D) is known color: Black Magic. HEX triplet: 38, 27 and 0D. RGB value is (56,39,13). Sum of RGB (Red+Green+Blue) = 56+39+13=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #38270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38270D is #C7D8F2. Grayscale: #292929. Windows color (decimal): -13097203 or 862008. OLE color: 862008.

HSL color Cylindrical-coordinate representation of color #38270D: hue angle of 36.28º 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 #38270D is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 39 13 -
CMYK 0 0.30 0.77 0.78
HSL 36.28º 0.62% 0.14% -
HSV(B) 36.28º 0.77% 0.22% -
XYZ 2.43 2.32 0.7 -
YUV 41.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 56 39 13 0 0.30 0.77 0.78 36.28 0.62 0.14
Hex 38 27 D 0 1E 4D 4E 24 3E E
Octal 70 47 15 0 36 115 116 44 76 16
Binary 111000 100111 1101 0 11110 1001101 1001110 100100 111110 1110

Color Harmonies of #38270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38270D

Black with #38270D

Text Example


Text Example

White with #38270D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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