#261C2F

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

Shades of Blackcurrant #261C2F

Tints of Blackcurrant #261C2F

Color information

#261C2F (or 0x261C2F) is unknown color: approx Blackcurrant. HEX triplet: 26, 1C and 2F. RGB value is (38,28,47). Sum of RGB (Red+Green+Blue) = 38+28+47=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 47 - color contains mainly: blue. Hex color #261C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C2F is #D9E3D0. Grayscale: #212121. Windows color (decimal): -14279633 or 3087398. OLE color: 3087398.

HSL color Cylindrical-coordinate representation of color #261C2F: hue angle of 271.58º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #261C2F is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB382847-
CMYK0.190.4000.82
HSL271.58º25.33%14.71%-
HSV(B)271.58º40.43%18.43%-
XYZ1.731.452.88-
YUV33.16135.81131.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 28 (11.33% from 255) = 24.78%
BLUE value IS 47 (18.75% from 255) = 41.59%
R=33.63%
G=24.78%
B=41.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3828470.190.4000.82271.5825.3314.71
Hex261C2F132805211019f
Octal463457235001224203117
Binary100110111001011111001110100001010010100010000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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