Html Css Color HEX #290030 Blackcurrant

📋 copy color: '#290030'

red 41 ◦ green 0 ◦ blue 48

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

Shades of Blackcurrant #290030

Tints of Blackcurrant #290030

RGB

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

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

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

R = 46.07%
G = 0%
B = 53.93%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#290030 (or 0x290030) is known color: Blackcurrant. HEX triplet: 29, 00 and 30. RGB value is (41,0,48). Sum of RGB (Red+Green+Blue) = 41+0+48=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #290030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290030 is #D6FFCF. Grayscale: #111111. Windows color (decimal): -14090192 or 3145769. OLE color: 3145769.

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

Color convert

RGB 41 0 48 -
CMYK 0.15 1 0 0.81
HSL 291.25º 1% 0.09% -
HSV(B) 291.25º 1% 0.19% -
XYZ 1.45 0.68 2.85 -
YUV 17.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 41 0 48 0.15 1 0 0.81 291.25 1 0.09
Hex 29 0 30 F 64 0 51 123 64 9
Octal 51 0 60 17 144 0 121 443 144 11
Binary 101001 0 110000 1111 1100100 0 1010001 100100011 1100100 1001

Color Harmonies of #290030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290030

Black with #290030

Text Example


Text Example

White with #290030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290030; }

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

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

background-color css

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

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

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

border-color css

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

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

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