Html Css Color HEX #362C1E Black Magic

📋 copy color: '#362C1E'

red 54 ◦ green 44 ◦ blue 30

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

Shades of Black Magic #362C1E

Tints of Black Magic #362C1E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 34.38%

 BLUE value IS 30 (12.11% from 255) = 23.44%

R = 42.19%
G = 34.38%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.79

RGB Variations

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

Color information

#362C1E (or 0x362C1E) is known color: Black Magic. HEX triplet: 36, 2C and 1E. RGB value is (54,44,30). Sum of RGB (Red+Green+Blue) = 54+44+30=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #362C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C1E is #C9D3E1. Grayscale: #2D2D2D. Windows color (decimal): -13226978 or 1977398. OLE color: 1977398.

HSL color Cylindrical-coordinate representation of color #362C1E: hue angle of 35º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #362C1E is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 44 30 -
CMYK 0 0.19 0.44 0.79
HSL 35º 0.29% 0.16% -
HSV(B) 35º 0.44% 0.21% -
XYZ 2.66 2.68 1.61 -
YUV 45.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 54 44 30 0 0.19 0.44 0.79 35 0.29 0.16
Hex 36 2C 1E 0 13 2C 4F 23 1D 10
Octal 66 54 36 0 23 54 117 43 35 20
Binary 110110 101100 11110 0 10011 101100 1001111 100011 11101 10000

Color Harmonies of #362C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362C1E

Black with #362C1E

Text Example


Text Example

White with #362C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,44,30); }

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

background-color css

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

 a { background-color: rgb(54,44,30); }

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

border-color css

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

 span { border-color: rgb(54,44,30); }

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