#230129

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

Shades of Blackcurrant #230129

Tints of Blackcurrant #230129

Color information

#230129 (or 0x230129) is unknown color: approx Blackcurrant. HEX triplet: 23, 01 and 29. RGB value is (35,1,41). Sum of RGB (Red+Green+Blue) = 35+1+41=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 41 (16.41% from 255 or 53.25% from 77); Max value from RGB is 41 - color contains mainly: blue. Hex color #230129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230129 is #DCFED6. Grayscale: #0F0F0F. Windows color (decimal): -14483159 or 2687267. OLE color: 2687267.

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

Color convert

RGB35141-
CMYK0.150.9800.84
HSL291º95.24%8.24%-
HSV(B)291º97.56%16.08%-
XYZ1.10.542.14-
YUV15.73142.26141.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 45.45%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 41 (16.41% from 255) = 53.25%
R=45.45%
G=1.30%
B=53.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal351410.150.9800.8429195.248.24
Hex23129F620541235f8
Octal4315117142012444313710
Binary1000111101001111111000100101010010010001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230129; }

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

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

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

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

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

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

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

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