#260E34

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

Shades of Blackcurrant #260E34

Tints of Blackcurrant #260E34

Color information

#260E34 (or 0x260E34) is unknown color: approx Blackcurrant. HEX triplet: 26, 0E and 34. RGB value is (38,14,52). Sum of RGB (Red+Green+Blue) = 38+14+52=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #260E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260E34 is #D9F1CB. Grayscale: #191919. Windows color (decimal): -14283212 or 3411494. OLE color: 3411494.

HSL color Cylindrical-coordinate representation of color #260E34: hue angle of 277.89º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #260E34 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB381452-
CMYK0.270.7300.80
HSL277.89º57.58%12.94%-
HSV(B)277.89º73.08%20.39%-
XYZ1.580.973.35-
YUV25.51142.95136.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.54%
GREEN value IS 14 (5.86% from 255) = 13.46%
BLUE value IS 52 (20.70% from 255) = 50%
R=36.54%
G=13.46%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3814520.270.7300.80277.8957.5812.94
Hex26E341B490501163ad
Octal4616643311101204267215
Binary1001101110110100110111001001010100001000101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,14,52); }

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

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

 a { background-color: rgb(38,14,52); }

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

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

 span { border-color: rgb(38,14,52); }

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