#260F3D

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

Shades of Blackcurrant #260F3D

Tints of Blackcurrant #260F3D

Color information

#260F3D (or 0x260F3D) is unknown color: approx Blackcurrant. HEX triplet: 26, 0F and 3D. RGB value is (38,15,61). Sum of RGB (Red+Green+Blue) = 38+15+61=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #260F3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F3D is #D9F0C2. Grayscale: #1A1A1A. Windows color (decimal): -14282947 or 4001574. OLE color: 4001574.

HSL color Cylindrical-coordinate representation of color #260F3D: hue angle of 270º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #260F3D is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB381561-
CMYK0.380.7500.76
HSL270º60.53%14.9%-
HSV(B)270º75.41%23.92%-
XYZ1.811.094.53-
YUV27.12147.12135.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.33%
GREEN value IS 15 (6.25% from 255) = 13.16%
BLUE value IS 61 (24.22% from 255) = 53.51%
R=33.33%
G=13.16%
B=53.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3815610.380.7500.7627060.5314.9
Hex26F3D264B04C10e3df
Octal4617754611301144167517
Binary10011011111111011001101001011010011001000011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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