#231029

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

Shades of Blackcurrant #231029

Tints of Blackcurrant #231029

Color information

#231029 (or 0x231029) is unknown color: approx Blackcurrant. HEX triplet: 23, 10 and 29. RGB value is (35,16,41). Sum of RGB (Red+Green+Blue) = 35+16+41=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 41 - color contains mainly: blue. Hex color #231029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231029 is #DCEFD6. Grayscale: #181818. Windows color (decimal): -14479319 or 2691107. OLE color: 2691107.

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

Color convert

RGB351641-
CMYK0.150.6100.84
HSL285.6º43.86%11.18%-
HSV(B)285.6º60.98%16.08%-
XYZ1.280.892.2-
YUV24.53137.29135.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.04%
GREEN value IS 16 (6.64% from 255) = 17.39%
BLUE value IS 41 (16.41% from 255) = 44.57%
R=38.04%
G=17.39%
B=44.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3516410.150.6100.84285.643.8611.18
Hex231029F3D05411e2cb
Octal432051177501244365413
Binary100011100001010011111111101010101001000111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231029; }

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

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

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

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

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

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

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

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