#262328

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

Shades of Blackcurrant #262328

Tints of Blackcurrant #262328

Color information

#262328 (or 0x262328) is unknown color: approx Blackcurrant. HEX triplet: 26, 23 and 28. RGB value is (38,35,40). Sum of RGB (Red+Green+Blue) = 38+35+40=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 40 - color contains mainly: blue. Hex color #262328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262328 is #D9DCD7. Grayscale: #242424. Windows color (decimal): -14277848 or 2630438. OLE color: 2630438.

HSL color Cylindrical-coordinate representation of color #262328: hue angle of 276º degrees, saturation: 0.07, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #262328 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB383540-
CMYK0.050.1200.84
HSL276º6.67%14.71%-
HSV(B)276º12.5%15.69%-
XYZ1.781.772.25-
YUV36.47129.99129.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 35 (14.06% from 255) = 30.97%
BLUE value IS 40 (16.02% from 255) = 35.40%
R=33.63%
G=30.97%
B=35.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3835400.050.1200.842766.6714.71
Hex2623285C0541147f
Octal4643505140124424717
Binary1001101000111010001011100010101001000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262328; }

 p { color: rgb(38,35,40); }

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

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

 a { background-color: rgb(38,35,40); }

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

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

 span { border-color: rgb(38,35,40); }

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