Html Css Color HEX #362E1F Black Magic

📋 copy color: '#362E1F'

red 54 ◦ green 46 ◦ blue 31

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

Shades of Black Magic #362E1F

Tints of Black Magic #362E1F

RGB

 RED value IS 54 (21.48% from 255) = 41.22%

 GREEN value IS 46 (18.36% from 255) = 35.11%

 BLUE value IS 31 (12.5% from 255) = 23.66%

R = 41.22%
G = 35.11%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#362E1F (or 0x362E1F) is known color: Black Magic. HEX triplet: 36, 2E and 1F. RGB value is (54,46,31). Sum of RGB (Red+Green+Blue) = 54+46+31=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 54 - color contains mainly: red. Hex color #362E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E1F is #C9D1E0. Grayscale: #2E2E2E. Windows color (decimal): -13226465 or 2043446. OLE color: 2043446.

HSL color Cylindrical-coordinate representation of color #362E1F: hue angle of 39.13º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #362E1F is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 46 31 -
CMYK 0 0.15 0.43 0.79
HSL 39.13º 0.27% 0.17% -
HSV(B) 39.13º 0.43% 0.21% -
XYZ 2.75 2.84 1.7 -
YUV 46.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 54 46 31 0 0.15 0.43 0.79 39.13 0.27 0.17
Hex 36 2E 1F 0 F 2B 4F 27 1B 11
Octal 66 56 37 0 17 53 117 47 33 21
Binary 110110 101110 11111 0 1111 101011 1001111 100111 11011 10001

Color Harmonies of #362E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362E1F

Black with #362E1F

Text Example


Text Example

White with #362E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362E1F; }

 p { color: rgb(54,46,31); }

 H1.HeaderClassName
 {
   color: #362E1F;
 }
 .AnyTagClassName
 {
   color: #362E1F;
 }
</style>

background-color css

<style>
 a { background-color: #362E1F; }

 a { background-color: rgb(54,46,31); }

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

border-color css

<style>
 span { border-color: #362E1F; }

 span { border-color: rgb(54,46,31); }

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