#262428

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

Shades of Blackcurrant #262428

Tints of Blackcurrant #262428

Color information

#262428 (or 0x262428) is unknown color: approx Blackcurrant. HEX triplet: 26, 24 and 28. RGB value is (38,36,40). Sum of RGB (Red+Green+Blue) = 38+36+40=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 40 - color contains mainly: blue. Hex color #262428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262428 is #D9DBD7. Grayscale: #252525. Windows color (decimal): -14277592 or 2630694. OLE color: 2630694.

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

Color convert

RGB383640-
CMYK0.050.1000.84
HSL270º5.26%14.9%-
HSV(B)270º10%15.69%-
XYZ1.811.832.26-
YUV37.05129.66128.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.33%
GREEN value IS 36 (14.45% from 255) = 31.58%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=33.33%
G=31.58%
B=35.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3836400.050.1000.842705.2614.9
Hex2624285A05410e5f
Octal4644505120124416517
Binary1001101001001010001011010010101001000011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262428; }

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

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

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

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

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

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

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

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