Html Css Color HEX #38280D Black Magic

📋 copy color: '#38280D'

red 56 ◦ green 40 ◦ blue 13

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

Shades of Black Magic #38280D

Tints of Black Magic #38280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 36.7%

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

R = 51.38%
G = 36.7%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#38280D (or 0x38280D) is known color: Black Magic. HEX triplet: 38, 28 and 0D. RGB value is (56,40,13). Sum of RGB (Red+Green+Blue) = 56+40+13=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #38280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38280D is #C7D7F2. Grayscale: #292929. Windows color (decimal): -13096947 or 862264. OLE color: 862264.

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

Color convert

RGB 56 40 13 -
CMYK 0 0.29 0.77 0.78
HSL 37.67º 0.62% 0.14% -
HSV(B) 37.67º 0.77% 0.22% -
XYZ 2.46 2.39 0.71 -
YUV 41.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 56 40 13 0 0.29 0.77 0.78 37.67 0.62 0.14
Hex 38 28 D 0 1D 4D 4E 26 3E E
Octal 70 50 15 0 35 115 116 46 76 16
Binary 111000 101000 1101 0 11101 1001101 1001110 100110 111110 1110

Color Harmonies of #38280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38280D

Black with #38280D

Text Example


Text Example

White with #38280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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