#291233

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

Shades of Blackcurrant #291233

Tints of Blackcurrant #291233

Color information

#291233 (or 0x291233) is unknown color: approx Blackcurrant. HEX triplet: 29, 12 and 33. RGB value is (41,18,51). Sum of RGB (Red+Green+Blue) = 41+18+51=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 51 - color contains mainly: blue. Hex color #291233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291233 is #D6EDCC. Grayscale: #1C1C1C. Windows color (decimal): -14085581 or 3346985. OLE color: 3346985.

HSL color Cylindrical-coordinate representation of color #291233: hue angle of 281.82º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #291233 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB411851-
CMYK0.200.6500.8
HSL281.82º47.83%13.53%-
HSV(B)281.82º64.71%20%-
XYZ1.731.143.26-
YUV28.64140.62136.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.27%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 51 (20.31% from 255) = 46.36%
R=37.27%
G=16.36%
B=46.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4118510.200.6500.8281.8247.8313.53
Hex291233144105011a30e
Octal5122632410101204326016
Binary10100110010110011101001000001010100001000110101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291233; }

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

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

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

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

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

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

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

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