Html Css Color HEX #290230 Blackcurrant

📋 copy color: '#290230'

red 41 ◦ green 2 ◦ blue 48

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

Shades of Blackcurrant #290230

Tints of Blackcurrant #290230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.2%

 BLUE value IS 48 (19.14% from 255) = 52.75%

R = 45.05%
G = 2.2%
B = 52.75%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#290230 (or 0x290230) is known color: Blackcurrant. HEX triplet: 29, 02 and 30. RGB value is (41,2,48). Sum of RGB (Red+Green+Blue) = 41+2+48=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 48 (19.14% from 255 or 52.75% from 91); Max value from RGB is 48 - color contains mainly: blue. Hex color #290230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290230 is #D6FDCF. Grayscale: #121212. Windows color (decimal): -14089680 or 3146281. OLE color: 3146281.

HSL color Cylindrical-coordinate representation of color #290230: hue angle of 290.87º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290230 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 2 48 -
CMYK 0.15 0.96 0 0.81
HSL 290.87º 0.92% 0.1% -
HSV(B) 290.87º 0.96% 0.19% -
XYZ 1.47 0.73 2.86 -
YUV 18.91 144.42 143.76 -
System Red Green Blue C M Y K H S L
Decimal 41 2 48 0.15 0.96 0 0.81 290.87 0.92 0.1
Hex 29 2 30 F 60 0 51 123 5C A
Octal 51 2 60 17 140 0 121 443 134 12
Binary 101001 10 110000 1111 1100000 0 1010001 100100011 1011100 1010

Color Harmonies of #290230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290230

Black with #290230

Text Example


Text Example

White with #290230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290230; }

 p { color: rgb(41,2,48); }

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

background-color css

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

 a { background-color: rgb(41,2,48); }

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

border-color css

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

 span { border-color: rgb(41,2,48); }

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