Html Css Color HEX #28192C Blackcurrant

📋 copy color: '#28192C'

red 40 ◦ green 25 ◦ blue 44

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

Shades of Blackcurrant #28192C

Tints of Blackcurrant #28192C

RGB

 RED value IS 40 (16.02% from 255) = 36.7%

 GREEN value IS 25 (10.16% from 255) = 22.94%

 BLUE value IS 44 (17.58% from 255) = 40.37%

R = 36.7%
G = 22.94%
B = 40.37%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#28192C (or 0x28192C) is known color: Blackcurrant. HEX triplet: 28, 19 and 2C. RGB value is (40,25,44). Sum of RGB (Red+Green+Blue) = 40+25+44=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 44 - color contains mainly: blue. Hex color #28192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28192C is #D7E6D3. Grayscale: #1F1F1F. Windows color (decimal): -14149332 or 2890024. OLE color: 2890024.

HSL color Cylindrical-coordinate representation of color #28192C: hue angle of 287.37º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #28192C is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 40 25 44 -
CMYK 0.09 0.43 0 0.83
HSL 287.37º 0.28% 0.14% -
HSV(B) 287.37º 0.43% 0.17% -
XYZ 1.68 1.33 2.55 -
YUV 31.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 40 25 44 0.09 0.43 0 0.83 287.37 0.28 0.14
Hex 28 19 2C 9 2B 0 53 11F 1C E
Octal 50 31 54 11 53 0 123 437 34 16
Binary 101000 11001 101100 1001 101011 0 1010011 100011111 11100 1110

Color Harmonies of #28192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28192C

Black with #28192C

Text Example


Text Example

White with #28192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28192C; }

 p { color: rgb(40,25,44); }

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

background-color css

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

 a { background-color: rgb(40,25,44); }

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

border-color css

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

 span { border-color: rgb(40,25,44); }

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