#260C3D

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

Shades of Blackcurrant #260C3D

Tints of Blackcurrant #260C3D

Color information

#260C3D (or 0x260C3D) is unknown color: approx Blackcurrant. HEX triplet: 26, 0C and 3D. RGB value is (38,12,61). Sum of RGB (Red+Green+Blue) = 38+12+61=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #260C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C3D is #D9F3C2. Grayscale: #191919. Windows color (decimal): -14283715 or 4000806. OLE color: 4000806.

HSL color Cylindrical-coordinate representation of color #260C3D: hue angle of 271.84º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #260C3D is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB381261-
CMYK0.380.8000.76
HSL271.84º67.12%14.31%-
HSV(B)271.84º80.33%23.92%-
XYZ1.771.014.52-
YUV25.36148.11137.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.23%
GREEN value IS 12 (5.08% from 255) = 10.81%
BLUE value IS 61 (24.22% from 255) = 54.95%
R=34.23%
G=10.81%
B=54.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3812610.380.8000.76271.8467.1214.31
Hex26C3D265004C11043e
Octal46147546120011442010316
Binary100110110011110110011010100000100110010001000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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