Html Css Color HEX #290F3C Blackcurrant

📋 copy color: '#290F3C'

red 41 ◦ green 15 ◦ blue 60

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

Shades of Blackcurrant #290F3C

Tints of Blackcurrant #290F3C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.93%

 BLUE value IS 60 (23.83% from 255) = 51.72%

R = 35.34%
G = 12.93%
B = 51.72%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#290F3C (or 0x290F3C) is known color: Blackcurrant. HEX triplet: 29, 0F and 3C. RGB value is (41,15,60). Sum of RGB (Red+Green+Blue) = 41+15+60=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #290F3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F3C is #D6F0C3. Grayscale: #1B1B1B. Windows color (decimal): -14086340 or 3936041. OLE color: 3936041.

HSL color Cylindrical-coordinate representation of color #290F3C: hue angle of 274.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #290F3C is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 15 60 -
CMYK 0.32 0.75 0 0.76
HSL 274.67º 0.6% 0.15% -
HSV(B) 274.67º 0.75% 0.24% -
XYZ 1.9 1.14 4.39 -
YUV 27.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 41 15 60 0.32 0.75 0 0.76 274.67 0.6 0.15
Hex 29 F 3C 20 4B 0 4C 113 3C F
Octal 51 17 74 40 113 0 114 423 74 17
Binary 101001 1111 111100 100000 1001011 0 1001100 100010011 111100 1111

Color Harmonies of #290F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F3C

Black with #290F3C

Text Example


Text Example

White with #290F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,15,60); }

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

background-color css

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

 a { background-color: rgb(41,15,60); }

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

border-color css

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

 span { border-color: rgb(41,15,60); }

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