#260832

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

Shades of Blackcurrant #260832

Tints of Blackcurrant #260832

Color information

#260832 (or 0x260832) is unknown color: approx Blackcurrant. HEX triplet: 26, 08 and 32. RGB value is (38,8,50). Sum of RGB (Red+Green+Blue) = 38+8+50=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #260832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260832 is #D9F7CD. Grayscale: #151515. Windows color (decimal): -14284750 or 3278886. OLE color: 3278886.

HSL color Cylindrical-coordinate representation of color #260832: hue angle of 282.86º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #260832 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB38850-
CMYK0.240.8400.80
HSL282.86º72.41%11.37%-
HSV(B)282.86º84%19.61%-
XYZ1.460.823.1-
YUV21.76143.94139.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.58%
GREEN value IS 8 (3.52% from 255) = 8.33%
BLUE value IS 50 (19.92% from 255) = 52.08%
R=39.58%
G=8.33%
B=52.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal388500.240.8400.80282.8672.4111.37
Hex26832185405011b48b
Octal46106230124012043311013
Binary10011010001100101100010101000101000010001101110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260832; }

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

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

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

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

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

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

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

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