#23152D

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

Shades of Blackcurrant #23152D

Tints of Blackcurrant #23152D

Color information

#23152D (or 0x23152D) is unknown color: approx Blackcurrant. HEX triplet: 23, 15 and 2D. RGB value is (35,21,45). Sum of RGB (Red+Green+Blue) = 35+21+45=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 45 - color contains mainly: blue. Hex color #23152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23152D is #DCEAD2. Grayscale: #1B1B1B. Windows color (decimal): -14478035 or 2954531. OLE color: 2954531.

HSL color Cylindrical-coordinate representation of color #23152D: hue angle of 275º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23152D is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB352145-
CMYK0.220.5300.82
HSL275º36.36%12.94%-
HSV(B)275º53.33%17.65%-
XYZ1.431.082.62-
YUV27.92137.64133.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.65%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 45 (17.97% from 255) = 44.55%
R=34.65%
G=20.79%
B=44.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3521450.220.5300.8227536.3612.94
Hex23152D163505211324d
Octal432555266501224234415
Binary1000111010110110110110110101010100101000100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23152D; }

 p { color: rgb(35,21,45); }

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

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

 a { background-color: rgb(35,21,45); }

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

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

 span { border-color: rgb(35,21,45); }

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