#23102D

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

Shades of Blackcurrant #23102D

Tints of Blackcurrant #23102D

Color information

#23102D (or 0x23102D) is unknown color: approx Blackcurrant. HEX triplet: 23, 10 and 2D. RGB value is (35,16,45). Sum of RGB (Red+Green+Blue) = 35+16+45=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #23102D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23102D is #DCEFD2. Grayscale: #181818. Windows color (decimal): -14479315 or 2953251. OLE color: 2953251.

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

Color convert

RGB351645-
CMYK0.220.6400.82
HSL279.31º47.54%11.96%-
HSV(B)279.31º64.44%17.65%-
XYZ1.350.922.59-
YUV24.99139.29135.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.46%
GREEN value IS 16 (6.64% from 255) = 16.67%
BLUE value IS 45 (17.97% from 255) = 46.88%
R=36.46%
G=16.67%
B=46.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3516450.220.6400.82279.3147.5411.96
Hex23102D164005211730c
Octal4320552610001224276014
Binary10001110000101101101101000000010100101000101111100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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