#260F40

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

Shades of Blackcurrant #260F40

Tints of Blackcurrant #260F40

Color information

#260F40 (or 0x260F40) is unknown color: approx Blackcurrant. HEX triplet: 26, 0F and 40. RGB value is (38,15,64). Sum of RGB (Red+Green+Blue) = 38+15+64=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #260F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F40 is #D9F0BF. Grayscale: #1B1B1B. Windows color (decimal): -14282944 or 4198182. OLE color: 4198182.

HSL color Cylindrical-coordinate representation of color #260F40: hue angle of 268.16º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #260F40 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB381564-
CMYK0.410.7700.75
HSL268.16º62.03%15.49%-
HSV(B)268.16º76.56%25.1%-
XYZ1.91.124.97-
YUV27.46148.62135.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.48%
GREEN value IS 15 (6.25% from 255) = 12.82%
BLUE value IS 64 (25.39% from 255) = 54.70%
R=32.48%
G=12.82%
B=54.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3815640.410.7700.75268.1662.0315.49
Hex26F40294D04B10c3ef
Octal46171005111501134147617
Binary100110111110000001010011001101010010111000011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,15,64); }

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

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

 a { background-color: rgb(38,15,64); }

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

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

 span { border-color: rgb(38,15,64); }

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