#261137

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

Shades of Blackcurrant #261137

Tints of Blackcurrant #261137

Color information

#261137 (or 0x261137) is unknown color: approx Blackcurrant. HEX triplet: 26, 11 and 37. RGB value is (38,17,55). Sum of RGB (Red+Green+Blue) = 38+17+55=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #261137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261137 is #D9EEC8. Grayscale: #1B1B1B. Windows color (decimal): -14282441 or 3608870. OLE color: 3608870.

HSL color Cylindrical-coordinate representation of color #261137: hue angle of 273.16º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #261137 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB381755-
CMYK0.310.6900.78
HSL273.16º52.78%14.12%-
HSV(B)273.16º69.09%21.57%-
XYZ1.691.093.74-
YUV27.61143.46135.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.55%
GREEN value IS 17 (7.03% from 255) = 15.45%
BLUE value IS 55 (21.88% from 255) = 50%
R=34.55%
G=15.45%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3817550.310.6900.78273.1652.7814.12
Hex2611371F4504E11135e
Octal4621673710501164216516
Binary10011010001110111111111000101010011101000100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261137; }

 p { color: rgb(38,17,55); }

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

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

 a { background-color: rgb(38,17,55); }

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

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

 span { border-color: rgb(38,17,55); }

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