#29083D

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

Shades of Blackcurrant #29083D

Tints of Blackcurrant #29083D

Color information

#29083D (or 0x29083D) is unknown color: approx Blackcurrant. HEX triplet: 29, 08 and 3D. RGB value is (41,8,61). Sum of RGB (Red+Green+Blue) = 41+8+61=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #29083D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29083D is #D6F7C2. Grayscale: #171717. Windows color (decimal): -14088131 or 3999785. OLE color: 3999785.

HSL color Cylindrical-coordinate representation of color #29083D: hue angle of 277.36º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #29083D is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB41861-
CMYK0.330.8700.76
HSL277.36º76.81%13.53%-
HSV(B)277.36º86.89%23.92%-
XYZ1.840.984.51-
YUV23.91148.93140.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.27%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 61 (24.22% from 255) = 55.45%
R=37.27%
G=7.27%
B=55.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal418610.330.8700.76277.3676.8113.53
Hex2983D215704C1154de
Octal51107541127011442511516
Binary101001100011110110000110101110100110010001010110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29083D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29083D; }

 p { color: rgb(41,8,61); }

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

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

 a { background-color: rgb(41,8,61); }

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

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

 span { border-color: rgb(41,8,61); }

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