#260F2D

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

Shades of Blackcurrant #260F2D

Tints of Blackcurrant #260F2D

Color information

#260F2D (or 0x260F2D) is unknown color: approx Blackcurrant. HEX triplet: 26, 0F and 2D. RGB value is (38,15,45). Sum of RGB (Red+Green+Blue) = 38+15+45=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 45 - color contains mainly: blue. Hex color #260F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F2D is #D9F0D2. Grayscale: #191919. Windows color (decimal): -14282963 or 2952998. OLE color: 2952998.

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

Color convert

RGB381545-
CMYK0.160.6700.82
HSL286º50%11.76%-
HSV(B)286º66.67%17.65%-
XYZ1.440.942.59-
YUV25.3139.12137.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.78%
GREEN value IS 15 (6.25% from 255) = 15.31%
BLUE value IS 45 (17.97% from 255) = 45.92%
R=38.78%
G=15.31%
B=45.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3815450.160.6700.822865011.76
Hex26F2D104305211e32c
Octal4617552010301224366214
Binary1001101111101101100001000011010100101000111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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