Html Css Color HEX #292330 Blackcurrant

📋 copy color: '#292330'

red 41 ◦ green 35 ◦ blue 48

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

Shades of Blackcurrant #292330

Tints of Blackcurrant #292330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.23%

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

R = 33.06%
G = 28.23%
B = 38.71%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#292330 (or 0x292330) is known color: Blackcurrant. HEX triplet: 29, 23 and 30. RGB value is (41,35,48). Sum of RGB (Red+Green+Blue) = 41+35+48=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 48 - color contains mainly: blue. Hex color #292330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292330 is #D6DCCF. Grayscale: #262626. Windows color (decimal): -14081232 or 3154729. OLE color: 3154729.

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

Color convert

RGB 41 35 48 -
CMYK 0.15 0.27 0 0.81
HSL 267.69º 0.16% 0.16% -
HSV(B) 267.69º 0.27% 0.19% -
XYZ 2.05 1.89 3.05 -
YUV 38.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 41 35 48 0.15 0.27 0 0.81 267.69 0.16 0.16
Hex 29 23 30 F 1B 0 51 10C 10 10
Octal 51 43 60 17 33 0 121 414 20 20
Binary 101001 100011 110000 1111 11011 0 1010001 100001100 10000 10000

Color Harmonies of #292330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292330

Black with #292330

Text Example


Text Example

White with #292330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292330; }

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

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

background-color css

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

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

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

border-color css

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

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

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