#260153

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

Shades of Blackcurrant #260153

Tints of Blackcurrant #260153

Color information

#260153 (or 0x260153) is unknown color: approx Blackcurrant. HEX triplet: 26, 01 and 53. RGB value is (38,1,83). Sum of RGB (Red+Green+Blue) = 38+1+83=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #260153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260153 is #D9FEAC. Grayscale: #151515. Windows color (decimal): -14286509 or 5439782. OLE color: 5439782.

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

Color convert

RGB38183-
CMYK0.540.9900.67
HSL267.07º97.62%16.47%-
HSV(B)267.07º98.8%32.55%-
XYZ2.371.068.26-
YUV21.41162.76139.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.15%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 83 (32.81% from 255) = 68.03%
R=31.15%
G=0.82%
B=68.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal381830.540.9900.67267.0797.6216.47
Hex26153366304310b6210
Octal46112366143010341314220
Binary10011011010011110110110001101000011100001011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260153; }

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

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

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

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

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

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

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

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