#261035

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

Shades of Blackcurrant #261035

Tints of Blackcurrant #261035

Color information

#261035 (or 0x261035) is unknown color: approx Blackcurrant. HEX triplet: 26, 10 and 35. RGB value is (38,16,53). Sum of RGB (Red+Green+Blue) = 38+16+53=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 53 - color contains mainly: blue. Hex color #261035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261035 is #D9EFCA. Grayscale: #1A1A1A. Windows color (decimal): -14282699 or 3477542. OLE color: 3477542.

HSL color Cylindrical-coordinate representation of color #261035: hue angle of 275.68º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #261035 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB381653-
CMYK0.280.7000.79
HSL275.68º53.62%13.53%-
HSV(B)275.68º69.81%20.78%-
XYZ1.631.043.48-
YUV26.8142.79135.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 53 (21.09% from 255) = 49.53%
R=35.51%
G=14.95%
B=49.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3816530.280.7000.79275.6853.6213.53
Hex2610351C4604F11436e
Octal4620653410601174246616
Binary10011010000110101111001000110010011111000101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261035; }

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

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

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

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

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

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

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

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