Html Css Color HEX #290135 Blackcurrant

📋 copy color: '#290135'

red 41 ◦ green 1 ◦ blue 53

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

Shades of Blackcurrant #290135

Tints of Blackcurrant #290135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.05%

 BLUE value IS 53 (21.09% from 255) = 55.79%

R = 43.16%
G = 1.05%
B = 55.79%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#290135 (or 0x290135) is known color: Blackcurrant. HEX triplet: 29, 01 and 35. RGB value is (41,1,53). Sum of RGB (Red+Green+Blue) = 41+1+53=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #290135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290135 is #D6FECA. Grayscale: #121212. Windows color (decimal): -14089931 or 3473705. OLE color: 3473705.

HSL color Cylindrical-coordinate representation of color #290135: hue angle of 286.15º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290135 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 1 53 -
CMYK 0.23 0.98 0 0.79
HSL 286.15º 0.96% 0.11% -
HSV(B) 286.15º 0.98% 0.21% -
XYZ 1.57 0.75 3.43 -
YUV 18.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 41 1 53 0.23 0.98 0 0.79 286.15 0.96 0.11
Hex 29 1 35 17 62 0 4F 11E 60 B
Octal 51 1 65 27 142 0 117 436 140 13
Binary 101001 1 110101 10111 1100010 0 1001111 100011110 1100000 1011

Color Harmonies of #290135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290135

Black with #290135

Text Example


Text Example

White with #290135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290135; }

 p { color: rgb(41,1,53); }

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

background-color css

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

 a { background-color: rgb(41,1,53); }

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

border-color css

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

 span { border-color: rgb(41,1,53); }

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