#260130

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

Shades of Blackcurrant #260130

Tints of Blackcurrant #260130

Color information

#260130 (or 0x260130) is unknown color: approx Blackcurrant. HEX triplet: 26, 01 and 30. RGB value is (38,1,48). Sum of RGB (Red+Green+Blue) = 38+1+48=87 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.68% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #260130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260130 is #D9FECF. Grayscale: #111111. Windows color (decimal): -14286544 or 3146022. OLE color: 3146022.

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

Color convert

RGB38148-
CMYK0.210.9800.81
HSL287.23º95.92%9.61%-
HSV(B)287.23º97.92%18.82%-
XYZ1.340.652.85-
YUV17.42145.26142.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.68%
GREEN value IS 1 (0.78% from 255) = 1.15%
BLUE value IS 48 (19.14% from 255) = 55.17%
R=43.68%
G=1.15%
B=55.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal381480.210.9800.81287.2395.929.61
Hex26130156205111f60a
Octal4616025142012143714012
Binary10011011100001010111000100101000110001111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260130; }

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

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

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

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

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

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

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

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