#23122A

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

Shades of Blackcurrant #23122A

Tints of Blackcurrant #23122A

Color information

#23122A (or 0x23122A) is unknown color: approx Blackcurrant. HEX triplet: 23, 12 and 2A. RGB value is (35,18,42). Sum of RGB (Red+Green+Blue) = 35+18+42=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 42 - color contains mainly: blue. Hex color #23122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23122A is #DCEDD5. Grayscale: #191919. Windows color (decimal): -14478806 or 2757155. OLE color: 2757155.

HSL color Cylindrical-coordinate representation of color #23122A: hue angle of 282.5º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23122A is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB351842-
CMYK0.170.5700.84
HSL282.5º40%11.76%-
HSV(B)282.5º57.14%16.47%-
XYZ1.330.962.31-
YUV25.82137.13134.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.84%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 42 (16.80% from 255) = 44.21%
R=36.84%
G=18.95%
B=44.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3518420.170.5700.84282.54011.76
Hex23122A113905411a28c
Octal432252217101244325014
Binary1000111001010101010001111001010101001000110101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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