Html Css Color HEX #290053 Blackcurrant

📋 copy color: '#290053'

red 41 ◦ green 0 ◦ blue 83

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

Shades of Blackcurrant #290053

Tints of Blackcurrant #290053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 66.94%

R = 33.06%
G = 0%
B = 66.94%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#290053 (or 0x290053) is known color: Blackcurrant. HEX triplet: 29, 00 and 53. RGB value is (41,0,83). Sum of RGB (Red+Green+Blue) = 41+0+83=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #290053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290053 is #D6FFAC. Grayscale: #151515. Windows color (decimal): -14090157 or 5439529. OLE color: 5439529.

HSL color Cylindrical-coordinate representation of color #290053: hue angle of 269.64º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290053 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 0 83 -
CMYK 0.51 1 0 0.67
HSL 269.64º 1% 0.16% -
HSV(B) 269.64º 1% 0.33% -
XYZ 2.48 1.1 8.26 -
YUV 21.72 162.58 141.75 -
System Red Green Blue C M Y K H S L
Decimal 41 0 83 0.51 1 0 0.67 269.64 1 0.16
Hex 29 0 53 33 64 0 43 10E 64 10
Octal 51 0 123 63 144 0 103 416 144 20
Binary 101001 0 1010011 110011 1100100 0 1000011 100001110 1100100 10000

Color Harmonies of #290053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290053

Black with #290053

Text Example


Text Example

White with #290053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290053; }

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

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

background-color css

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

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

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

border-color css

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

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

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