Html Css Color HEX #28193B Blackcurrant

📋 copy color: '#28193B'

red 40 ◦ green 25 ◦ blue 59

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

Shades of Blackcurrant #28193B

Tints of Blackcurrant #28193B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 47.58%

R = 32.26%
G = 20.16%
B = 47.58%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#28193B (or 0x28193B) is known color: Blackcurrant. HEX triplet: 28, 19 and 3B. RGB value is (40,25,59). Sum of RGB (Red+Green+Blue) = 40+25+59=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 59 - color contains mainly: blue. Hex color #28193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28193B is #D7E6C4. Grayscale: #212121. Windows color (decimal): -14149317 or 3873064. OLE color: 3873064.

HSL color Cylindrical-coordinate representation of color #28193B: hue angle of 266.47º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28193B is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 40 25 59 -
CMYK 0.32 0.58 0 0.77
HSL 266.47º 0.4% 0.16% -
HSV(B) 266.47º 0.58% 0.23% -
XYZ 2.01 1.46 4.31 -
YUV 33.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 40 25 59 0.32 0.58 0 0.77 266.47 0.4 0.16
Hex 28 19 3B 20 3A 0 4D 10A 28 10
Octal 50 31 73 40 72 0 115 412 50 20
Binary 101000 11001 111011 100000 111010 0 1001101 100001010 101000 10000

Color Harmonies of #28193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28193B

Black with #28193B

Text Example


Text Example

White with #28193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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