#260230

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

Shades of Blackcurrant #260230

Tints of Blackcurrant #260230

Color information

#260230 (or 0x260230) is unknown color: approx Blackcurrant. HEX triplet: 26, 02 and 30. RGB value is (38,2,48). Sum of RGB (Red+Green+Blue) = 38+2+48=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #260230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260230 is #D9FDCF. Grayscale: #111111. Windows color (decimal): -14286288 or 3146278. OLE color: 3146278.

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

Color convert

RGB38248-
CMYK0.210.9600.81
HSL286.96º92%9.8%-
HSV(B)286.96º95.83%18.82%-
XYZ1.350.672.85-
YUV18.01144.93142.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.18%
GREEN value IS 2 (1.17% from 255) = 2.27%
BLUE value IS 48 (19.14% from 255) = 54.55%
R=43.18%
G=2.27%
B=54.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal382480.210.9600.81286.96929.8
Hex26230156005111f5ca
Octal4626025140012143713412
Binary100110101100001010111000000101000110001111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260230; }

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

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

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

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

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

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

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

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