#260036

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

Shades of Blackcurrant #260036

Tints of Blackcurrant #260036

Color information

#260036 (or 0x260036) is unknown color: approx Blackcurrant. HEX triplet: 26, 00 and 36. RGB value is (38,0,54). Sum of RGB (Red+Green+Blue) = 38+0+54=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 54 (21.48% from 255 or 58.70% from 92); Max value from RGB is 54 - color contains mainly: blue. Hex color #260036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260036 is #D9FFC9. Grayscale: #111111. Windows color (decimal): -14286794 or 3538982. OLE color: 3538982.

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

Color convert

RGB38054-
CMYK0.30100.79
HSL282.22º100%10.59%-
HSV(B)282.22º100%21.18%-
XYZ1.470.683.54-
YUV17.52148.59142.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 58.70%
R=41.30%
G=0%
B=58.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal380540.30100.79282.2210010.59
Hex260361E6404F11a64b
Octal4606636144011743214413
Binary10011001101101111011001000100111110001101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260036; }

 p { color: rgb(38,0,54); }

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

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

 a { background-color: rgb(38,0,54); }

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

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

 span { border-color: rgb(38,0,54); }

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