Html Css Color HEX #292230 Blackcurrant

📋 copy color: '#292230'

red 41 ◦ green 34 ◦ blue 48

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

Shades of Blackcurrant #292230

Tints of Blackcurrant #292230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.64%

 BLUE value IS 48 (19.14% from 255) = 39.02%

R = 33.33%
G = 27.64%
B = 39.02%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#292230 (or 0x292230) is known color: Blackcurrant. HEX triplet: 29, 22 and 30. RGB value is (41,34,48). Sum of RGB (Red+Green+Blue) = 41+34+48=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 48 - color contains mainly: blue. Hex color #292230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292230 is #D6DDCF. Grayscale: #252525. Windows color (decimal): -14081488 or 3154473. OLE color: 3154473.

HSL color Cylindrical-coordinate representation of color #292230: hue angle of 270º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #292230 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 34 48 -
CMYK 0.15 0.29 0 0.81
HSL 270º 0.17% 0.16% -
HSV(B) 270º 0.29% 0.19% -
XYZ 2.02 1.83 3.04 -
YUV 37.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 41 34 48 0.15 0.29 0 0.81 270 0.17 0.16
Hex 29 22 30 F 1D 0 51 10E 11 10
Octal 51 42 60 17 35 0 121 416 21 20
Binary 101001 100010 110000 1111 11101 0 1010001 100001110 10001 10000

Color Harmonies of #292230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292230

Black with #292230

Text Example


Text Example

White with #292230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292230; }

 p { color: rgb(41,34,48); }

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

background-color css

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

 a { background-color: rgb(41,34,48); }

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

border-color css

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

 span { border-color: rgb(41,34,48); }

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