#260330

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

Shades of Blackcurrant #260330

Tints of Blackcurrant #260330

Color information

#260330 (or 0x260330) is unknown color: approx Blackcurrant. HEX triplet: 26, 03 and 30. RGB value is (38,3,48). Sum of RGB (Red+Green+Blue) = 38+3+48=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #260330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260330 is #D9FCCF. Grayscale: #121212. Windows color (decimal): -14286032 or 3146534. OLE color: 3146534.

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

Color convert

RGB38348-
CMYK0.210.9400.81
HSL286.67º88.24%10%-
HSV(B)286.67º93.75%18.82%-
XYZ1.370.692.86-
YUV18.6144.6141.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.70%
GREEN value IS 3 (1.56% from 255) = 3.37%
BLUE value IS 48 (19.14% from 255) = 53.93%
R=42.70%
G=3.37%
B=53.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal383480.210.9400.81286.6788.2410
Hex26330155E05111f58a
Octal4636025136012143713012
Binary100110111100001010110111100101000110001111110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260330; }

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

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

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

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

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

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

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

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