#260133

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

Shades of Blackcurrant #260133

Tints of Blackcurrant #260133

Color information

#260133 (or 0x260133) is unknown color: approx Blackcurrant. HEX triplet: 26, 01 and 33. RGB value is (38,1,51). Sum of RGB (Red+Green+Blue) = 38+1+51=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 51 (20.31% from 255 or 56.67% from 90); Max value from RGB is 51 - color contains mainly: blue. Hex color #260133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260133 is #D9FECC. Grayscale: #111111. Windows color (decimal): -14286541 or 3342630. OLE color: 3342630.

HSL color Cylindrical-coordinate representation of color #260133: hue angle of 284.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #260133 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB38151-
CMYK0.250.9800.8
HSL284.4º96.15%10.2%-
HSV(B)284.4º98.04%20%-
XYZ1.410.673.19-
YUV17.76146.76142.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.22%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 51 (20.31% from 255) = 56.67%
R=42.22%
G=1.11%
B=56.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal381510.250.9800.8284.496.1510.2
Hex26133196205011c60a
Octal4616331142012043414012
Binary10011011100111100111000100101000010001110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260133; }

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

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

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

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

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

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

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

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