#252426

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

Shades of Blackcurrant #252426

Tints of Blackcurrant #252426

Color information

#252426 (or 0x252426) is unknown color: approx Blackcurrant. HEX triplet: 25, 24 and 26. RGB value is (37,36,38). Sum of RGB (Red+Green+Blue) = 37+36+38=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 38 - color contains mainly: blue. Hex color #252426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252426 is #DADBD9. Grayscale: #242424. Windows color (decimal): -14343130 or 2499621. OLE color: 2499621.

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

Color convert

RGB373638-
CMYK0.030.0500.85
HSL270º2.7%14.51%-
HSV(B)270º5.26%14.9%-
XYZ1.741.82.09-
YUV36.53128.83128.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 38 (15.23% from 255) = 34.23%
R=33.33%
G=32.43%
B=34.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3736380.030.0500.852702.714.51
Hex2524263505510e3f
Octal454446350125416317
Binary1001011001001001101110101010101100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252426; }

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

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

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

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

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

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

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

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