#260C3E

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

Shades of Blackcurrant #260C3E

Tints of Blackcurrant #260C3E

Color information

#260C3E (or 0x260C3E) is unknown color: approx Blackcurrant. HEX triplet: 26, 0C and 3E. RGB value is (38,12,62). Sum of RGB (Red+Green+Blue) = 38+12+62=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 62 (24.61% from 255 or 55.36% from 112); Max value from RGB is 62 - color contains mainly: blue. Hex color #260C3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C3E is #D9F3C1. Grayscale: #191919. Windows color (decimal): -14283714 or 4066342. OLE color: 4066342.

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

Color convert

RGB381262-
CMYK0.390.8100.76
HSL271.2º67.57%14.51%-
HSV(B)271.2º80.65%24.31%-
XYZ1.81.024.66-
YUV25.47148.61136.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.93%
GREEN value IS 12 (5.08% from 255) = 10.71%
BLUE value IS 62 (24.61% from 255) = 55.36%
R=33.93%
G=10.71%
B=55.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3812620.390.8100.76271.267.5714.51
Hex26C3E275104C10f44f
Octal46147647121011441710417
Binary100110110011111010011110100010100110010000111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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