#261634

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

Shades of Blackcurrant #261634

Tints of Blackcurrant #261634

Color information

#261634 (or 0x261634) is unknown color: approx Blackcurrant. HEX triplet: 26, 16 and 34. RGB value is (38,22,52). Sum of RGB (Red+Green+Blue) = 38+22+52=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #261634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261634 is #D9E9CB. Grayscale: #1E1E1E. Windows color (decimal): -14281164 or 3413542. OLE color: 3413542.

HSL color Cylindrical-coordinate representation of color #261634: hue angle of 272º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #261634 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB382252-
CMYK0.270.5800.80
HSL272º40.54%14.51%-
HSV(B)272º57.69%20.39%-
XYZ1.711.233.4-
YUV30.2140.3133.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.93%
GREEN value IS 22 (8.98% from 255) = 19.64%
BLUE value IS 52 (20.70% from 255) = 46.43%
R=33.93%
G=19.64%
B=46.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3822520.270.5800.8027240.5414.51
Hex2616341B3A05011029f
Octal462664337201204205117
Binary1001101011011010011011111010010100001000100001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261634; }

 p { color: rgb(38,22,52); }

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

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

 a { background-color: rgb(38,22,52); }

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

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

 span { border-color: rgb(38,22,52); }

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