#260435

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

Shades of Blackcurrant #260435

Tints of Blackcurrant #260435

Color information

#260435 (or 0x260435) is unknown color: approx Blackcurrant. HEX triplet: 26, 04 and 35. RGB value is (38,4,53). Sum of RGB (Red+Green+Blue) = 38+4+53=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #260435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260435 is #D9FBCA. Grayscale: #131313. Windows color (decimal): -14285771 or 3474470. OLE color: 3474470.

HSL color Cylindrical-coordinate representation of color #260435: hue angle of 281.63º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260435 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB38453-
CMYK0.280.9200.79
HSL281.63º85.96%11.18%-
HSV(B)281.63º92.45%20.78%-
XYZ1.490.763.44-
YUV19.75146.76141.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 53 (21.09% from 255) = 55.79%
R=40%
G=4.21%
B=55.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal384530.280.9200.79281.6385.9611.18
Hex264351C5C04F11a56b
Octal4646534134011743212613
Binary1001101001101011110010111000100111110001101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260435; }

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

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

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

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

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

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

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

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