#261932

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

Shades of Blackcurrant #261932

Tints of Blackcurrant #261932

Color information

#261932 (or 0x261932) is unknown color: approx Blackcurrant. HEX triplet: 26, 19 and 32. RGB value is (38,25,50). Sum of RGB (Red+Green+Blue) = 38+25+50=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 50 (19.92% from 255 or 44.25% from 113); Max value from RGB is 50 - color contains mainly: blue. Hex color #261932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261932 is #D9E6CD. Grayscale: #1F1F1F. Windows color (decimal): -14280398 or 3283238. OLE color: 3283238.

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

Color convert

RGB382550-
CMYK0.240.5000.80
HSL271.2º33.33%14.71%-
HSV(B)271.2º50%19.61%-
XYZ1.721.343.19-
YUV31.74138.31132.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 50 (19.92% from 255) = 44.25%
R=33.63%
G=22.12%
B=44.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3825500.240.5000.80271.233.3314.71
Hex261932183205010f21f
Octal463162306201204174117
Binary1001101100111001011000110010010100001000011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261932; }

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

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

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

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

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

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

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

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