#231C2D

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

Shades of Blackcurrant #231C2D

Tints of Blackcurrant #231C2D

Color information

#231C2D (or 0x231C2D) is unknown color: approx Blackcurrant. HEX triplet: 23, 1C and 2D. RGB value is (35,28,45). Sum of RGB (Red+Green+Blue) = 35+28+45=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 45 - color contains mainly: blue. Hex color #231C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C2D is #DCE3D2. Grayscale: #1F1F1F. Windows color (decimal): -14476243 or 2956323. OLE color: 2956323.

HSL color Cylindrical-coordinate representation of color #231C2D: hue angle of 264.71º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #231C2D is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB352845-
CMYK0.220.3800.82
HSL264.71º23.29%14.31%-
HSV(B)264.71º37.78%17.65%-
XYZ1.581.382.67-
YUV32.03135.32130.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.41%
GREEN value IS 28 (11.33% from 255) = 25.93%
BLUE value IS 45 (17.97% from 255) = 41.67%
R=32.41%
G=25.93%
B=41.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3528450.220.3800.82264.7123.2914.31
Hex231C2D162605210917e
Octal433455264601224112716
Binary100011111001011011011010011001010010100001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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