Html Css Color HEX #291233 Blackcurrant

📋 copy color: '#291233'

red 41 ◦ green 18 ◦ blue 51

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

Shades of Blackcurrant #291233

Tints of Blackcurrant #291233

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.36%

 BLUE value IS 51 (20.31% from 255) = 46.36%

R = 37.27%
G = 16.36%
B = 46.36%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#291233 (or 0x291233) is known color: Blackcurrant. HEX triplet: 29, 12 and 33. RGB value is (41,18,51). Sum of RGB (Red+Green+Blue) = 41+18+51=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 51 - color contains mainly: blue. Hex color #291233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291233 is #D6EDCC. Grayscale: #1C1C1C. Windows color (decimal): -14085581 or 3346985. OLE color: 3346985.

HSL color Cylindrical-coordinate representation of color #291233: hue angle of 281.82º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #291233 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 41 18 51 -
CMYK 0.20 0.65 0 0.8
HSL 281.82º 0.48% 0.14% -
HSV(B) 281.82º 0.65% 0.2% -
XYZ 1.73 1.14 3.26 -
YUV 28.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 41 18 51 0.20 0.65 0 0.8 281.82 0.48 0.14
Hex 29 12 33 14 41 0 50 11A 30 E
Octal 51 22 63 24 101 0 120 432 60 16
Binary 101001 10010 110011 10100 1000001 0 1010000 100011010 110000 1110

Color Harmonies of #291233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291233

Black with #291233

Text Example


Text Example

White with #291233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291233; }

 p { color: rgb(41,18,51); }

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

background-color css

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

 a { background-color: rgb(41,18,51); }

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

border-color css

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

 span { border-color: rgb(41,18,51); }

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