#261D2E

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

Shades of Blackcurrant #261D2E

Tints of Blackcurrant #261D2E

Color information

#261D2E (or 0x261D2E) is unknown color: approx Blackcurrant. HEX triplet: 26, 1D and 2E. RGB value is (38,29,46). Sum of RGB (Red+Green+Blue) = 38+29+46=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 46 - color contains mainly: blue. Hex color #261D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261D2E is #D9E2D1. Grayscale: #212121. Windows color (decimal): -14279378 or 3022118. OLE color: 3022118.

HSL color Cylindrical-coordinate representation of color #261D2E: hue angle of 271.76º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #261D2E is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB382946-
CMYK0.170.3700.82
HSL271.76º22.67%14.71%-
HSV(B)271.76º36.96%18.04%-
XYZ1.731.492.78-
YUV33.63134.98131.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 29 (11.72% from 255) = 25.66%
BLUE value IS 46 (18.36% from 255) = 40.71%
R=33.63%
G=25.66%
B=40.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3829460.170.3700.82271.7622.6714.71
Hex261D2E112505211017f
Octal463556214501224202717
Binary100110111011011101000110010101010010100010000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,29,46); }

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

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

 a { background-color: rgb(38,29,46); }

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

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

 span { border-color: rgb(38,29,46); }

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