Html Css Color HEX #38280F Black Magic

📋 copy color: '#38280F'

red 56 ◦ green 40 ◦ blue 15

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

Shades of Black Magic #38280F

Tints of Black Magic #38280F

RGB

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

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

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

R = 50.45%
G = 36.04%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#38280F (or 0x38280F) is known color: Black Magic. HEX triplet: 38, 28 and 0F. RGB value is (56,40,15). Sum of RGB (Red+Green+Blue) = 56+40+15=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #38280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38280F is #C7D7F0. Grayscale: #2A2A2A. Windows color (decimal): -13096945 or 993336. OLE color: 993336.

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

Color convert

RGB 56 40 15 -
CMYK 0 0.29 0.73 0.78
HSL 36.59º 0.58% 0.14% -
HSV(B) 36.59º 0.73% 0.22% -
XYZ 2.48 2.39 0.78 -
YUV 41.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 56 40 15 0 0.29 0.73 0.78 36.59 0.58 0.14
Hex 38 28 F 0 1D 49 4E 25 3A E
Octal 70 50 17 0 35 111 116 45 72 16
Binary 111000 101000 1111 0 11101 1001001 1001110 100101 111010 1110

Color Harmonies of #38280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38280F

Black with #38280F

Text Example


Text Example

White with #38280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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