#260C3F

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

Shades of Blackcurrant #260C3F

Tints of Blackcurrant #260C3F

Color information

#260C3F (or 0x260C3F) is unknown color: approx Blackcurrant. HEX triplet: 26, 0C and 3F. RGB value is (38,12,63). Sum of RGB (Red+Green+Blue) = 38+12+63=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #260C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C3F is #D9F3C0. Grayscale: #191919. Windows color (decimal): -14283713 or 4131878. OLE color: 4131878.

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

Color convert

RGB381263-
CMYK0.400.8100.75
HSL270.59º68%14.71%-
HSV(B)270.59º80.95%24.71%-
XYZ1.831.034.81-
YUV25.59149.11136.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 12 (5.08% from 255) = 10.62%
BLUE value IS 63 (25% from 255) = 55.75%
R=33.63%
G=10.62%
B=55.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3812630.400.8100.75270.596814.71
Hex26C3F285104B10f44f
Octal46147750121011341710417
Binary100110110011111110100010100010100101110000111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,12,63); }

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

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

 a { background-color: rgb(38,12,63); }

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

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

 span { border-color: rgb(38,12,63); }

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