#242325

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

Shades of Blackcurrant #242325

Tints of Blackcurrant #242325

Color information

#242325 (or 0x242325) is unknown color: approx Blackcurrant. HEX triplet: 24, 23 and 25. RGB value is (36,35,37). Sum of RGB (Red+Green+Blue) = 36+35+37=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 37 - color contains mainly: blue. Hex color #242325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242325 is #DBDCDA. Grayscale: #232323. Windows color (decimal): -14408923 or 2433828. OLE color: 2433828.

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

Color convert

RGB363537-
CMYK0.030.0500.85
HSL270º2.78%14.12%-
HSV(B)270º5.41%14.51%-
XYZ1.661.711.99-
YUV35.53128.83128.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.33%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 37 (14.84% from 255) = 34.26%
R=33.33%
G=32.41%
B=34.26%

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
Decimal3635370.030.0500.852702.7814.12
Hex2423253505510e3e
Octal444345350125416316
Binary1001001000111001011110101010101100001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242325; }

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

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

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

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

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

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

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

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