#362B09

Color #362B09 Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #362B09

Tints of Black Magic #362B09

Color information

#362B09 (or 0x362B09) is unknown color: approx Black Magic. HEX triplet: 36, 2B and 09. RGB value is (54,43,9). Sum of RGB (Red+Green+Blue) = 54+43+9=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #362B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B09 is #C9D4F6. Grayscale: #2A2A2A. Windows color (decimal): -13227255 or 600886. OLE color: 600886.

HSL color Cylindrical-coordinate representation of color #362B09: hue angle of 45.33º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #362B09 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB54439-
CMYK00.200.830.79
HSL45.33º71.43%12.35%-
HSV(B)45.33º83.33%21.18%-
XYZ2.432.530.62-
YUV42.41109.14136.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.94%
GREEN value IS 43 (17.19% from 255) = 40.57%
BLUE value IS 9 (3.91% from 255) = 8.49%
R=50.94%
G=40.57%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5443900.200.830.7945.3371.4312.35
Hex362B9014534F2d47c
Octal6653110241231175510714
Binary11011010101110010101001010011100111110110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,43,9); }

 H1.HeaderClassName
 {
   color: #362B09;
 }
 .AnyTagClassName
 {
   color: #362B09;
 }
</style>
background-color css

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

 a { background-color: rgb(54,43,9); }

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

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

 span { border-color: rgb(54,43,9); }

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