#231428

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

Shades of Blackcurrant #231428

Tints of Blackcurrant #231428

Color information

#231428 (or 0x231428) is unknown color: approx Blackcurrant. HEX triplet: 23, 14 and 28. RGB value is (35,20,40). Sum of RGB (Red+Green+Blue) = 35+20+40=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 40 - color contains mainly: blue. Hex color #231428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231428 is #DCEBD7. Grayscale: #1A1A1A. Windows color (decimal): -14478296 or 2626595. OLE color: 2626595.

HSL color Cylindrical-coordinate representation of color #231428: hue angle of 285º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #231428 is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB352040-
CMYK0.120.500.84
HSL285º33.33%11.76%-
HSV(B)285º50%15.69%-
XYZ1.331.012.13-
YUV26.76135.47133.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.84%
GREEN value IS 20 (8.20% from 255) = 21.05%
BLUE value IS 40 (16.02% from 255) = 42.11%
R=36.84%
G=21.05%
B=42.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3520400.120.500.8428533.3311.76
Hex231428C3205411d21c
Octal432450146201244354114
Binary100011101001010001100110010010101001000111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231428; }

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

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

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

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

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

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

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

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