#260830

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

Shades of Blackcurrant #260830

Tints of Blackcurrant #260830

Color information

#260830 (or 0x260830) is unknown color: approx Blackcurrant. HEX triplet: 26, 08 and 30. RGB value is (38,8,48). Sum of RGB (Red+Green+Blue) = 38+8+48=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #260830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260830 is #D9F7CF. Grayscale: #151515. Windows color (decimal): -14284752 or 3147814. OLE color: 3147814.

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

Color convert

RGB38848-
CMYK0.210.8300.81
HSL285º71.43%10.98%-
HSV(B)285º83.33%18.82%-
XYZ1.420.82.88-
YUV21.53142.94139.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.43%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 48 (19.14% from 255) = 51.06%
R=40.43%
G=8.51%
B=51.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal388480.210.8300.8128571.4310.98
Hex26830155305111d47b
Octal46106025123012143510713
Binary10011010001100001010110100110101000110001110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260830; }

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

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

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

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

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

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

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

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