#261D32

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

Shades of Blackcurrant #261D32

Tints of Blackcurrant #261D32

Color information

#261D32 (or 0x261D32) is unknown color: approx Blackcurrant. HEX triplet: 26, 1D and 32. RGB value is (38,29,50). Sum of RGB (Red+Green+Blue) = 38+29+50=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 50 - color contains mainly: blue. Hex color #261D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261D32 is #D9E2CD. Grayscale: #222222. Windows color (decimal): -14279374 or 3284262. OLE color: 3284262.

HSL color Cylindrical-coordinate representation of color #261D32: hue angle of 265.71º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #261D32 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB382950-
CMYK0.240.4200.80
HSL265.71º26.58%15.49%-
HSV(B)265.71º42%19.61%-
XYZ1.811.523.22-
YUV34.08136.98130.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.48%
GREEN value IS 29 (11.72% from 255) = 24.79%
BLUE value IS 50 (19.92% from 255) = 42.74%
R=32.48%
G=24.79%
B=42.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3829500.240.4200.80265.7126.5815.49
Hex261D32182A05010a1bf
Octal463562305201204123317
Binary100110111011100101100010101001010000100001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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