#232025

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

Shades of Blackcurrant #232025

Tints of Blackcurrant #232025

Color information

#232025 (or 0x232025) is unknown color: approx Blackcurrant. HEX triplet: 23, 20 and 25. RGB value is (35,32,37). Sum of RGB (Red+Green+Blue) = 35+32+37=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 37 - color contains mainly: blue. Hex color #232025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232025 is #DCDFDA. Grayscale: #212121. Windows color (decimal): -14475227 or 2433059. OLE color: 2433059.

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

Color convert

RGB353237-
CMYK0.050.1400.85
HSL276º7.25%13.53%-
HSV(B)276º13.51%14.51%-
XYZ1.541.521.96-
YUV33.47129.99129.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 32 (12.89% from 255) = 30.77%
BLUE value IS 37 (14.84% from 255) = 35.58%
R=33.65%
G=30.77%
B=35.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3532370.050.1400.852767.2513.53
Hex2320255E0551147e
Octal4340455160125424716
Binary1000111000001001011011110010101011000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232025; }

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

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

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

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

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

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

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

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