#230E2B

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

Shades of Blackcurrant #230E2B

Tints of Blackcurrant #230E2B

Color information

#230E2B (or 0x230E2B) is unknown color: approx Blackcurrant. HEX triplet: 23, 0E and 2B. RGB value is (35,14,43). Sum of RGB (Red+Green+Blue) = 35+14+43=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #230E2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230E2B is #DCF1D4. Grayscale: #171717. Windows color (decimal): -14479829 or 2821667. OLE color: 2821667.

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

Color convert

RGB351443-
CMYK0.190.6700.83
HSL283.45º50.88%11.18%-
HSV(B)283.45º67.44%16.86%-
XYZ1.290.852.38-
YUV23.58138.96136.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.04%
GREEN value IS 14 (5.86% from 255) = 15.22%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=38.04%
G=15.22%
B=46.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3514430.190.6700.83283.4550.8811.18
Hex23E2B134305311b33b
Octal4316532310301234336313
Binary1000111110101011100111000011010100111000110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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