#231C28

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

Shades of Blackcurrant #231C28

Tints of Blackcurrant #231C28

Color information

#231C28 (or 0x231C28) is unknown color: approx Blackcurrant. HEX triplet: 23, 1C and 28. RGB value is (35,28,40). Sum of RGB (Red+Green+Blue) = 35+28+40=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 40 - color contains mainly: blue. Hex color #231C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C28 is #DCE3D7. Grayscale: #1F1F1F. Windows color (decimal): -14476248 or 2628643. OLE color: 2628643.

HSL color Cylindrical-coordinate representation of color #231C28: hue angle of 275º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #231C28 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB352840-
CMYK0.120.3000.84
HSL275º17.65%13.33%-
HSV(B)275º30%15.69%-
XYZ1.491.342.19-
YUV31.46132.82130.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.98%
GREEN value IS 28 (11.33% from 255) = 27.18%
BLUE value IS 40 (16.02% from 255) = 38.83%
R=33.98%
G=27.18%
B=38.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3528400.120.3000.8427517.6513.33
Hex231C28C1E05411312d
Octal433450143601244232215
Binary1000111110010100011001111001010100100010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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