#260C2A

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

Shades of Blackcurrant #260C2A

Tints of Blackcurrant #260C2A

Color information

#260C2A (or 0x260C2A) is unknown color: approx Blackcurrant. HEX triplet: 26, 0C and 2A. RGB value is (38,12,42). Sum of RGB (Red+Green+Blue) = 38+12+42=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 42 - color contains mainly: blue. Hex color #260C2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C2A is #D9F3D5. Grayscale: #171717. Windows color (decimal): -14283734 or 2755622. OLE color: 2755622.

HSL color Cylindrical-coordinate representation of color #260C2A: hue angle of 292º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #260C2A is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB381242-
CMYK0.100.7100.84
HSL292º55.56%10.59%-
HSV(B)292º71.43%16.47%-
XYZ1.350.842.28-
YUV23.19138.61138.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.30%
GREEN value IS 12 (5.08% from 255) = 13.04%
BLUE value IS 42 (16.80% from 255) = 45.65%
R=41.30%
G=13.04%
B=45.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3812420.100.7100.8429255.5610.59
Hex26C2AA4705412438b
Octal4614521210701244447013
Binary100110110010101010101000111010101001001001001110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260C2A; }

 p { color: rgb(38,12,42); }

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

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

 a { background-color: rgb(38,12,42); }

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

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

 span { border-color: rgb(38,12,42); }

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