Html Css Color HEX #29073E Blackcurrant

📋 copy color: '#29073E'

red 41 ◦ green 7 ◦ blue 62

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

Shades of Blackcurrant #29073E

Tints of Blackcurrant #29073E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.36%

 BLUE value IS 62 (24.61% from 255) = 56.36%

R = 37.27%
G = 6.36%
B = 56.36%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29073E (or 0x29073E) is known color: Blackcurrant. HEX triplet: 29, 07 and 3E. RGB value is (41,7,62). Sum of RGB (Red+Green+Blue) = 41+7+62=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 62 (24.61% from 255 or 56.36% from 110); Max value from RGB is 62 - color contains mainly: blue. Hex color #29073E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29073E is #D6F8C1. Grayscale: #171717. Windows color (decimal): -14088386 or 4065065. OLE color: 4065065.

HSL color Cylindrical-coordinate representation of color #29073E: hue angle of 277.09º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #29073E is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 7 62 -
CMYK 0.34 0.89 0 0.76
HSL 277.09º 0.8% 0.14% -
HSV(B) 277.09º 0.89% 0.24% -
XYZ 1.86 0.97 4.65 -
YUV 23.44 149.76 140.53 -
System Red Green Blue C M Y K H S L
Decimal 41 7 62 0.34 0.89 0 0.76 277.09 0.8 0.14
Hex 29 7 3E 22 59 0 4C 115 50 E
Octal 51 7 76 42 131 0 114 425 120 16
Binary 101001 111 111110 100010 1011001 0 1001100 100010101 1010000 1110

Color Harmonies of #29073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29073E

Black with #29073E

Text Example


Text Example

White with #29073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29073E; }

 p { color: rgb(41,7,62); }

 H1.HeaderClassName
 {
   color: #29073E;
 }
 .AnyTagClassName
 {
   color: #29073E;
 }
</style>

background-color css

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

 a { background-color: rgb(41,7,62); }

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

border-color css

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

 span { border-color: rgb(41,7,62); }

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