#231129

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

Shades of Blackcurrant #231129

Tints of Blackcurrant #231129

Color information

#231129 (or 0x231129) is unknown color: approx Blackcurrant. HEX triplet: 23, 11 and 29. RGB value is (35,17,41). Sum of RGB (Red+Green+Blue) = 35+17+41=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 41 - color contains mainly: blue. Hex color #231129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231129 is #DCEED6. Grayscale: #191919. Windows color (decimal): -14479063 or 2691363. OLE color: 2691363.

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

Color convert

RGB351741-
CMYK0.150.5900.84
HSL285º41.38%11.37%-
HSV(B)285º58.54%16.08%-
XYZ1.290.922.21-
YUV25.12136.96135.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.63%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 41 (16.41% from 255) = 44.09%
R=37.63%
G=18.28%
B=44.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3517410.150.5900.8428541.3811.37
Hex231129F3B05411d29b
Octal432151177301244355113
Binary100011100011010011111111011010101001000111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231129; }

 p { color: rgb(35,17,41); }

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

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

 a { background-color: rgb(35,17,41); }

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

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

 span { border-color: rgb(35,17,41); }

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