#260F2F

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

Shades of Blackcurrant #260F2F

Tints of Blackcurrant #260F2F

Color information

#260F2F (or 0x260F2F) is unknown color: approx Blackcurrant. HEX triplet: 26, 0F and 2F. RGB value is (38,15,47). Sum of RGB (Red+Green+Blue) = 38+15+47=100 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: blue. Hex color #260F2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F2F is #D9F0D0. Grayscale: #191919. Windows color (decimal): -14282961 or 3084070. OLE color: 3084070.

HSL color Cylindrical-coordinate representation of color #260F2F: hue angle of 283.12º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #260F2F is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB381547-
CMYK0.190.6800.82
HSL283.12º51.61%12.16%-
HSV(B)283.12º68.09%18.43%-
XYZ1.480.962.8-
YUV25.52140.12136.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38%
GREEN value IS 15 (6.25% from 255) = 15%
BLUE value IS 47 (18.75% from 255) = 47%
R=38%
G=15%
B=47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3815470.190.6800.82283.1251.6112.16
Hex26F2F134405211b34c
Octal4617572310401224336414
Binary1001101111101111100111000100010100101000110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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