Html Css Color HEX #290F37 Blackcurrant

📋 copy color: '#290F37'

red 41 ◦ green 15 ◦ blue 55

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

Shades of Blackcurrant #290F37

Tints of Blackcurrant #290F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 49.55%

R = 36.94%
G = 13.51%
B = 49.55%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#290F37 (or 0x290F37) is known color: Blackcurrant. HEX triplet: 29, 0F and 37. RGB value is (41,15,55). Sum of RGB (Red+Green+Blue) = 41+15+55=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #290F37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F37 is #D6F0C8. Grayscale: #1B1B1B. Windows color (decimal): -14086345 or 3608361. OLE color: 3608361.

HSL color Cylindrical-coordinate representation of color #290F37: hue angle of 279º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #290F37 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 15 55 -
CMYK 0.25 0.73 0 0.78
HSL 279º 0.57% 0.14% -
HSV(B) 279º 0.73% 0.22% -
XYZ 1.77 1.09 3.73 -
YUV 27.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 41 15 55 0.25 0.73 0 0.78 279 0.57 0.14
Hex 29 F 37 19 49 0 4E 117 39 E
Octal 51 17 67 31 111 0 116 427 71 16
Binary 101001 1111 110111 11001 1001001 0 1001110 100010111 111001 1110

Color Harmonies of #290F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F37

Black with #290F37

Text Example


Text Example

White with #290F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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