Html Css Color HEX #261F15 Black Magic

📋 copy color: '#261F15'

red 38 ◦ green 31 ◦ blue 21

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

Shades of Black Magic #261F15

Tints of Black Magic #261F15

RGB

 RED value IS 38 (15.23% from 255) = 42.22%

 GREEN value IS 31 (12.5% from 255) = 34.44%

 BLUE value IS 21 (8.59% from 255) = 23.33%

R = 42.22%
G = 34.44%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.85

RGB Variations

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

Color information

#261F15 (or 0x261F15) is known color: Black Magic. HEX triplet: 26, 1F and 15. RGB value is (38,31,21). Sum of RGB (Red+Green+Blue) = 38+31+21=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 38 - color contains mainly: red. Hex color #261F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261F15 is #D9E0EA. Grayscale: #1F1F1F. Windows color (decimal): -14278891 or 1384230. OLE color: 1384230.

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

Color convert

RGB 38 31 21 -
CMYK 0 0.18 0.45 0.85
HSL 35.29º 0.29% 0.12% -
HSV(B) 35.29º 0.45% 0.15% -
XYZ 1.42 1.45 0.91 -
YUV 31.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 38 31 21 0 0.18 0.45 0.85 35.29 0.29 0.12
Hex 26 1F 15 0 12 2D 55 23 1D C
Octal 46 37 25 0 22 55 125 43 35 14
Binary 100110 11111 10101 0 10010 101101 1010101 100011 11101 1100

Color Harmonies of #261F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261F15

Black with #261F15

Text Example


Text Example

White with #261F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,31,21); }

 H1.HeaderClassName
 {
   color: #261F15;
 }
 .AnyTagClassName
 {
   color: #261F15;
 }
</style>

background-color css

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

 a { background-color: rgb(38,31,21); }

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

border-color css

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

 span { border-color: rgb(38,31,21); }

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