#261B05

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

Shades of Black Magic #261B05

Tints of Black Magic #261B05

Color information

#261B05 (or 0x261B05) is unknown color: approx Black Magic. HEX triplet: 26, 1B and 05. RGB value is (38,27,5). Sum of RGB (Red+Green+Blue) = 38+27+5=70 (9% of max value = 765). Red value is 38 (15.23% from 255 or 54.29% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 38 - color contains mainly: red. Hex color #261B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261B05 is #D9E4FA. Grayscale: #1B1B1B. Windows color (decimal): -14279931 or 334630. OLE color: 334630.

HSL color Cylindrical-coordinate representation of color #261B05: hue angle of 40º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261B05 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB38275-
CMYK00.290.870.85
HSL40º76.74%8.43%-
HSV(B)40º86.84%14.9%-
XYZ1.221.210.31-
YUV27.78115.14135.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 54.29%
GREEN value IS 27 (10.94% from 255) = 38.57%
BLUE value IS 5 (2.34% from 255) = 7.14%
R=54.29%
G=38.57%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3827500.290.870.854076.748.43
Hex261B501D5755284d8
Octal463350351271255011510
Binary100110110111010111011010111101010110100010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261B05; }

 p { color: rgb(38,27,5); }

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

<style>
 a { background-color: #261B05; }

 a { background-color: rgb(38,27,5); }

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

<style>
 span { border-color: #261B05; }

 span { border-color: rgb(38,27,5); }

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