Html Css Color HEX #290C45 Blackcurrant

📋 copy color: '#290C45'

red 41 ◦ green 12 ◦ blue 69

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

Shades of Blackcurrant #290C45

Tints of Blackcurrant #290C45

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.84%

 BLUE value IS 69 (27.34% from 255) = 56.56%

R = 33.61%
G = 9.84%
B = 56.56%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#290C45 (or 0x290C45) is known color: Blackcurrant. HEX triplet: 29, 0C and 45. RGB value is (41,12,69). Sum of RGB (Red+Green+Blue) = 41+12+69=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 69 (27.34% from 255 or 56.56% from 122); Max value from RGB is 69 - color contains mainly: blue. Hex color #290C45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290C45 is #D6F3BA. Grayscale: #1A1A1A. Windows color (decimal): -14087099 or 4525097. OLE color: 4525097.

HSL color Cylindrical-coordinate representation of color #290C45: hue angle of 270.53º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #290C45 is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 12 69 -
CMYK 0.41 0.83 0 0.73
HSL 270.53º 0.7% 0.16% -
HSV(B) 270.53º 0.83% 0.27% -
XYZ 2.12 1.16 5.74 -
YUV 27.17 151.61 137.87 -
System Red Green Blue C M Y K H S L
Decimal 41 12 69 0.41 0.83 0 0.73 270.53 0.7 0.16
Hex 29 C 45 29 53 0 49 10F 46 10
Octal 51 14 105 51 123 0 111 417 106 20
Binary 101001 1100 1000101 101001 1010011 0 1001001 100001111 1000110 10000

Color Harmonies of #290C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290C45

Black with #290C45

Text Example


Text Example

White with #290C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290C45; }

 p { color: rgb(41,12,69); }

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

background-color css

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

 a { background-color: rgb(41,12,69); }

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

border-color css

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

 span { border-color: rgb(41,12,69); }

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