#23052C

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

Shades of Blackcurrant #23052C

Tints of Blackcurrant #23052C

Color information

#23052C (or 0x23052C) is unknown color: approx Blackcurrant. HEX triplet: 23, 05 and 2C. RGB value is (35,5,44). Sum of RGB (Red+Green+Blue) = 35+5+44=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #23052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23052C is #DCFAD3. Grayscale: #121212. Windows color (decimal): -14482132 or 2884899. OLE color: 2884899.

HSL color Cylindrical-coordinate representation of color #23052C: hue angle of 286.15º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23052C is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB35544-
CMYK0.200.8900.83
HSL286.15º79.59%9.61%-
HSV(B)286.15º88.64%17.25%-
XYZ1.20.652.44-
YUV18.42142.44139.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.67%
GREEN value IS 5 (2.34% from 255) = 5.95%
BLUE value IS 44 (17.58% from 255) = 52.38%
R=41.67%
G=5.95%
B=52.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal355440.200.8900.83286.1579.599.61
Hex2352C145905311e50a
Octal4355424131012343612012
Binary1000111011011001010010110010101001110001111010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23052C; }

 p { color: rgb(35,5,44); }

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

<style>
 a { background-color: #23052C; }

 a { background-color: rgb(35,5,44); }

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

<style>
 span { border-color: #23052C; }

 span { border-color: rgb(35,5,44); }

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