Html Css Color HEX #29003B Blackcurrant

📋 copy color: '#29003B'

red 41 ◦ green 0 ◦ blue 59

#29003B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #29003B

Tints of Blackcurrant #29003B

RGB

 RED value IS 41 (16.41% from 255) = 41%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 59 (23.44% from 255) = 59%

R = 41%
G = 0%
B = 59%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#29003B (or 0x29003B) is known color: Blackcurrant. HEX triplet: 29, 00 and 3B. RGB value is (41,0,59). Sum of RGB (Red+Green+Blue) = 41+0+59=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 59 (23.44% from 255 or 59% from 100); Max value from RGB is 59 - color contains mainly: blue. Hex color #29003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29003B is #D6FFC4. Grayscale: #121212. Windows color (decimal): -14090181 or 3866665. OLE color: 3866665.

HSL color Cylindrical-coordinate representation of color #29003B: hue angle of 281.69º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29003B is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 0 59 -
CMYK 0.31 1 0 0.77
HSL 281.69º 1% 0.12% -
HSV(B) 281.69º 1% 0.23% -
XYZ 1.7 0.79 4.2 -
YUV 18.99 150.58 143.7 -
System Red Green Blue C M Y K H S L
Decimal 41 0 59 0.31 1 0 0.77 281.69 1 0.12
Hex 29 0 3B 1F 64 0 4D 11A 64 C
Octal 51 0 73 37 144 0 115 432 144 14
Binary 101001 0 111011 11111 1100100 0 1001101 100011010 1100100 1100

Color Harmonies of #29003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29003B

Black with #29003B

Text Example


Text Example

White with #29003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29003B; }

 p { color: rgb(41,0,59); }

 H1.HeaderClassName
 {
   color: #29003B;
 }
 .AnyTagClassName
 {
   color: #29003B;
 }
</style>

background-color css

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

 a { background-color: rgb(41,0,59); }

 div.DivClassName
 {
   background-color: #29003B;
 }
 .BgClassName
 {
   background-color: #29003B;
 }
</style>

border-color css

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

 span { border-color: rgb(41,0,59); }

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