#231229

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

Shades of Blackcurrant #231229

Tints of Blackcurrant #231229

Color information

#231229 (or 0x231229) is unknown color: approx Blackcurrant. HEX triplet: 23, 12 and 29. RGB value is (35,18,41). Sum of RGB (Red+Green+Blue) = 35+18+41=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 41 - color contains mainly: blue. Hex color #231229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231229 is #DCEDD6. Grayscale: #191919. Windows color (decimal): -14478807 or 2691619. OLE color: 2691619.

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

Color convert

RGB351841-
CMYK0.150.5600.84
HSL284.35º38.98%11.57%-
HSV(B)284.35º56.1%16.08%-
XYZ1.310.952.21-
YUV25.7136.63134.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.23%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 41 (16.41% from 255) = 43.62%
R=37.23%
G=19.15%
B=43.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3518410.150.5600.84284.3538.9811.57
Hex231229F3805411c27c
Octal432251177001244344714
Binary100011100101010011111111000010101001000111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231229; }

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

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

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

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

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

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

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

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