#252326

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

Shades of Blackcurrant #252326

Tints of Blackcurrant #252326

Color information

#252326 (or 0x252326) is unknown color: approx Blackcurrant. HEX triplet: 25, 23 and 26. RGB value is (37,35,38). Sum of RGB (Red+Green+Blue) = 37+35+38=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 38 - color contains mainly: blue. Hex color #252326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252326 is #DADCD9. Grayscale: #232323. Windows color (decimal): -14343386 or 2499365. OLE color: 2499365.

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

Color convert

RGB373538-
CMYK0.030.0800.85
HSL280º4.11%14.31%-
HSV(B)280º7.89%14.9%-
XYZ1.711.742.08-
YUV35.94129.16128.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.64%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 38 (15.23% from 255) = 34.55%
R=33.64%
G=31.82%
B=34.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3735380.030.0800.852804.1114.31
Hex252326380551184e
Octal4543463100125430416
Binary100101100011100110111000010101011000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252326; }

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

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

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

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

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

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

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

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