#23122F

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

Shades of Blackcurrant #23122F

Tints of Blackcurrant #23122F

Color information

#23122F (or 0x23122F) is unknown color: approx Blackcurrant. HEX triplet: 23, 12 and 2F. RGB value is (35,18,47). Sum of RGB (Red+Green+Blue) = 35+18+47=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: blue. Hex color #23122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23122F is #DCEDD0. Grayscale: #1A1A1A. Windows color (decimal): -14478801 or 3084835. OLE color: 3084835.

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

Color convert

RGB351847-
CMYK0.260.6200.82
HSL275.17º44.62%12.75%-
HSV(B)275.17º61.7%18.43%-
XYZ1.4212.81-
YUV26.39139.63134.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35%
GREEN value IS 18 (7.42% from 255) = 18%
BLUE value IS 47 (18.75% from 255) = 47%
R=35%
G=18%
B=47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3518470.260.6200.82275.1744.6212.75
Hex23122F1A3E0521132dd
Octal432257327601224235515
Binary1000111001010111111010111110010100101000100111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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