#260053

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

Shades of Blackcurrant #260053

Tints of Blackcurrant #260053

Color information

#260053 (or 0x260053) is unknown color: approx Blackcurrant. HEX triplet: 26, 00 and 53. RGB value is (38,0,83). Sum of RGB (Red+Green+Blue) = 38+0+83=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #260053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260053 is #D9FFAC. Grayscale: #141414. Windows color (decimal): -14286765 or 5439526. OLE color: 5439526.

HSL color Cylindrical-coordinate representation of color #260053: hue angle of 267.47º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260053 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB38083-
CMYK0.54100.67
HSL267.47º100%16.27%-
HSV(B)267.47º100%32.55%-
XYZ2.361.048.26-
YUV20.82163.09140.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 68.60%
R=31.40%
G=0%
B=68.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal380830.54100.67267.4710016.27
Hex26053366404310b6410
Octal46012366144010341314420
Binary10011001010011110110110010001000011100001011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260053; }

 p { color: rgb(38,0,83); }

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

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

 a { background-color: rgb(38,0,83); }

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

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

 span { border-color: rgb(38,0,83); }

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