#261935

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

Shades of Blackcurrant #261935

Tints of Blackcurrant #261935

Color information

#261935 (or 0x261935) is unknown color: approx Blackcurrant. HEX triplet: 26, 19 and 35. RGB value is (38,25,53). Sum of RGB (Red+Green+Blue) = 38+25+53=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 53 - color contains mainly: blue. Hex color #261935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261935 is #D9E6CA. Grayscale: #1F1F1F. Windows color (decimal): -14280395 or 3479846. OLE color: 3479846.

HSL color Cylindrical-coordinate representation of color #261935: hue angle of 267.86º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #261935 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB382553-
CMYK0.280.5300.79
HSL267.86º35.9%15.29%-
HSV(B)267.86º52.83%20.78%-
XYZ1.791.363.54-
YUV32.08139.81132.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.76%
GREEN value IS 25 (10.16% from 255) = 21.55%
BLUE value IS 53 (21.09% from 255) = 45.69%
R=32.76%
G=21.55%
B=45.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3825530.280.5300.79267.8635.915.29
Hex2619351C3504F10c24f
Octal463165346501174144417
Binary1001101100111010111100110101010011111000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261935; }

 p { color: rgb(38,25,53); }

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

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

 a { background-color: rgb(38,25,53); }

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

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

 span { border-color: rgb(38,25,53); }

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