#261C08

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

Shades of Black Magic #261C08

Tints of Black Magic #261C08

Color information

#261C08 (or 0x261C08) is unknown color: approx Black Magic. HEX triplet: 26, 1C and 08. RGB value is (38,28,8). Sum of RGB (Red+Green+Blue) = 38+28+8=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #261C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261C08 is #D9E3F7. Grayscale: #1C1C1C. Windows color (decimal): -14279672 or 531494. OLE color: 531494.

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

Color convert

RGB38288-
CMYK00.260.790.85
HSL40º65.22%9.02%-
HSV(B)40º78.95%14.9%-
XYZ1.261.260.41-
YUV28.71116.31134.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 51.35%
GREEN value IS 28 (11.33% from 255) = 37.84%
BLUE value IS 8 (3.52% from 255) = 10.81%
R=51.35%
G=37.84%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3828800.260.790.854065.229.02
Hex261C801A4F5528419
Octal4634100321171255010111
Binary1001101110010000110101001111101010110100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,28,8); }

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

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

 a { background-color: rgb(38,28,8); }

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

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

 span { border-color: rgb(38,28,8); }

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