#261332

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

Shades of Blackcurrant #261332

Tints of Blackcurrant #261332

Color information

#261332 (or 0x261332) is unknown color: approx Blackcurrant. HEX triplet: 26, 13 and 32. RGB value is (38,19,50). Sum of RGB (Red+Green+Blue) = 38+19+50=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #261332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261332 is #D9ECCD. Grayscale: #1C1C1C. Windows color (decimal): -14281934 or 3281702. OLE color: 3281702.

HSL color Cylindrical-coordinate representation of color #261332: hue angle of 276.77º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #261332 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB381950-
CMYK0.240.6200.80
HSL276.77º44.93%13.53%-
HSV(B)276.77º62%19.61%-
XYZ1.611.113.15-
YUV28.22140.29134.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 50 (19.92% from 255) = 46.73%
R=35.51%
G=17.76%
B=46.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3819500.240.6200.80276.7744.9313.53
Hex261332183E0501152de
Octal462362307601204255516
Binary1001101001111001011000111110010100001000101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261332; }

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

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

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

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

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

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

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

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