Html Css Color HEX #29063F Blackcurrant

📋 copy color: '#29063F'

red 41 ◦ green 6 ◦ blue 63

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

Shades of Blackcurrant #29063F

Tints of Blackcurrant #29063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.45%

 BLUE value IS 63 (25% from 255) = 57.27%

R = 37.27%
G = 5.45%
B = 57.27%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#29063F (or 0x29063F) is known color: Blackcurrant. HEX triplet: 29, 06 and 3F. RGB value is (41,6,63). Sum of RGB (Red+Green+Blue) = 41+6+63=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 63 (25% from 255 or 57.27% from 110); Max value from RGB is 63 - color contains mainly: blue. Hex color #29063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29063F is #D6F9C0. Grayscale: #161616. Windows color (decimal): -14088641 or 4130345. OLE color: 4130345.

HSL color Cylindrical-coordinate representation of color #29063F: hue angle of 276.84º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29063F is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 6 63 -
CMYK 0.35 0.90 0 0.75
HSL 276.84º 0.83% 0.14% -
HSV(B) 276.84º 0.9% 0.25% -
XYZ 1.88 0.96 4.79 -
YUV 22.96 150.6 140.87 -
System Red Green Blue C M Y K H S L
Decimal 41 6 63 0.35 0.90 0 0.75 276.84 0.83 0.14
Hex 29 6 3F 23 5A 0 4B 115 53 E
Octal 51 6 77 43 132 0 113 425 123 16
Binary 101001 110 111111 100011 1011010 0 1001011 100010101 1010011 1110

Color Harmonies of #29063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29063F

Black with #29063F

Text Example


Text Example

White with #29063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29063F; }

 p { color: rgb(41,6,63); }

 H1.HeaderClassName
 {
   color: #29063F;
 }
 .AnyTagClassName
 {
   color: #29063F;
 }
</style>

background-color css

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

 a { background-color: rgb(41,6,63); }

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

border-color css

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

 span { border-color: rgb(41,6,63); }

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