#23152F

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

Shades of Blackcurrant #23152F

Tints of Blackcurrant #23152F

Color information

#23152F (or 0x23152F) is unknown color: approx Blackcurrant. HEX triplet: 23, 15 and 2F. RGB value is (35,21,47). Sum of RGB (Red+Green+Blue) = 35+21+47=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: blue. Hex color #23152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23152F is #DCEAD0. Grayscale: #1C1C1C. Windows color (decimal): -14478033 or 3085603. OLE color: 3085603.

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

Color convert

RGB352147-
CMYK0.260.5500.82
HSL272.31º38.24%13.33%-
HSV(B)272.31º55.32%18.43%-
XYZ1.471.12.82-
YUV28.15138.64132.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.98%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 47 (18.75% from 255) = 45.63%
R=33.98%
G=20.39%
B=45.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3521470.260.5500.82272.3138.2413.33
Hex23152F1A3705211026d
Octal432557326701224204615
Binary1000111010110111111010110111010100101000100001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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