#231C2B

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

Shades of Blackcurrant #231C2B

Tints of Blackcurrant #231C2B

Color information

#231C2B (or 0x231C2B) is unknown color: approx Blackcurrant. HEX triplet: 23, 1C and 2B. RGB value is (35,28,43). Sum of RGB (Red+Green+Blue) = 35+28+43=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 43 - color contains mainly: blue. Hex color #231C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C2B is #DCE3D4. Grayscale: #1F1F1F. Windows color (decimal): -14476245 or 2825251. OLE color: 2825251.

HSL color Cylindrical-coordinate representation of color #231C2B: hue angle of 268º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #231C2B is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB352843-
CMYK0.190.3500.83
HSL268º21.13%13.92%-
HSV(B)268º34.88%16.86%-
XYZ1.541.362.47-
YUV31.8134.32130.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.02%
GREEN value IS 28 (11.33% from 255) = 26.42%
BLUE value IS 43 (17.19% from 255) = 40.57%
R=33.02%
G=26.42%
B=40.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3528430.190.3500.8326821.1313.92
Hex231C2B132305310c15e
Octal433453234301234142516
Binary100011111001010111001110001101010011100001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231C2B; }

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

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

<style>
 a { background-color: #231C2B; }

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

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

<style>
 span { border-color: #231C2B; }

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

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