#261530

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

Shades of Blackcurrant #261530

Tints of Blackcurrant #261530

Color information

#261530 (or 0x261530) is unknown color: approx Blackcurrant. HEX triplet: 26, 15 and 30. RGB value is (38,21,48). Sum of RGB (Red+Green+Blue) = 38+21+48=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 48 - color contains mainly: blue. Hex color #261530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261530 is #D9EACF. Grayscale: #1D1D1D. Windows color (decimal): -14281424 or 3151142. OLE color: 3151142.

HSL color Cylindrical-coordinate representation of color #261530: hue angle of 277.78º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #261530 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB382148-
CMYK0.210.5600.81
HSL277.78º39.13%13.53%-
HSV(B)277.78º56.25%18.82%-
XYZ1.61.162.94-
YUV29.16138.63134.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 48 (19.14% from 255) = 44.86%
R=35.51%
G=19.63%
B=44.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3821480.210.5600.81277.7839.1313.53
Hex261530153805111627e
Octal462560257001214264716
Binary1001101010111000010101111000010100011000101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261530; }

 p { color: rgb(38,21,48); }

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

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

 a { background-color: rgb(38,21,48); }

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

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

 span { border-color: rgb(38,21,48); }

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