#23162A

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

Shades of Blackcurrant #23162A

Tints of Blackcurrant #23162A

Color information

#23162A (or 0x23162A) is unknown color: approx Blackcurrant. HEX triplet: 23, 16 and 2A. RGB value is (35,22,42). Sum of RGB (Red+Green+Blue) = 35+22+42=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 42 - color contains mainly: blue. Hex color #23162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23162A is #DCE9D5. Grayscale: #1C1C1C. Windows color (decimal): -14477782 or 2758179. OLE color: 2758179.

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

Color convert

RGB352242-
CMYK0.170.4800.84
HSL279º31.25%12.55%-
HSV(B)279º47.62%16.47%-
XYZ1.41.12.33-
YUV28.17135.81132.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.35%
GREEN value IS 22 (8.98% from 255) = 22.22%
BLUE value IS 42 (16.80% from 255) = 42.42%
R=35.35%
G=22.22%
B=42.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3522420.170.4800.8427931.2512.55
Hex23162A11300541171fd
Octal432652216001244273715
Binary100011101101010101000111000001010100100010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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