#23012F

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

Shades of Blackcurrant #23012F

Tints of Blackcurrant #23012F

Color information

#23012F (or 0x23012F) is unknown color: approx Blackcurrant. HEX triplet: 23, 01 and 2F. RGB value is (35,1,47). Sum of RGB (Red+Green+Blue) = 35+1+47=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 47 (18.75% from 255 or 56.63% from 83); Max value from RGB is 47 - color contains mainly: blue. Hex color #23012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23012F is #DCFED0. Grayscale: #101010. Windows color (decimal): -14483153 or 3080483. OLE color: 3080483.

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

Color convert

RGB35147-
CMYK0.260.9800.82
HSL284.35º95.83%9.41%-
HSV(B)284.35º97.87%18.43%-
XYZ1.220.582.74-
YUV16.41145.26141.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.17%
GREEN value IS 1 (0.78% from 255) = 1.20%
BLUE value IS 47 (18.75% from 255) = 56.63%
R=42.17%
G=1.20%
B=56.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal351470.260.9800.82284.3595.839.41
Hex2312F1A6205211c609
Octal4315732142012243414011
Binary10001111011111101011000100101001010001110011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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