#230A2B

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

Shades of Blackcurrant #230A2B

Tints of Blackcurrant #230A2B

Color information

#230A2B (or 0x230A2B) is unknown color: approx Blackcurrant. HEX triplet: 23, 0A and 2B. RGB value is (35,10,43). Sum of RGB (Red+Green+Blue) = 35+10+43=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #230A2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A2B is #DCF5D4. Grayscale: #151515. Windows color (decimal): -14480853 or 2820643. OLE color: 2820643.

HSL color Cylindrical-coordinate representation of color #230A2B: hue angle of 285.45º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #230A2B is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB351043-
CMYK0.190.7700.83
HSL285.45º62.26%10.39%-
HSV(B)285.45º76.74%16.86%-
XYZ1.240.752.36-
YUV21.24140.28137.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.77%
GREEN value IS 10 (4.30% from 255) = 11.36%
BLUE value IS 43 (17.19% from 255) = 48.86%
R=39.77%
G=11.36%
B=48.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3510430.190.7700.83285.4562.2610.39
Hex23A2B134D05311d3ea
Octal4312532311501234357612
Binary1000111010101011100111001101010100111000111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230A2B; }

 p { color: rgb(35,10,43); }

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

<style>
 a { background-color: #230A2B; }

 a { background-color: rgb(35,10,43); }

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

<style>
 span { border-color: #230A2B; }

 span { border-color: rgb(35,10,43); }

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