Html Css Color HEX #28193A Blackcurrant

📋 copy color: '#28193A'

red 40 ◦ green 25 ◦ blue 58

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

Shades of Blackcurrant #28193A

Tints of Blackcurrant #28193A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 47.15%

R = 32.52%
G = 20.33%
B = 47.15%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#28193A (or 0x28193A) is known color: Blackcurrant. HEX triplet: 28, 19 and 3A. RGB value is (40,25,58). Sum of RGB (Red+Green+Blue) = 40+25+58=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 58 - color contains mainly: blue. Hex color #28193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28193A is #D7E6C5. Grayscale: #212121. Windows color (decimal): -14149318 or 3807528. OLE color: 3807528.

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

Color convert

RGB 40 25 58 -
CMYK 0.31 0.57 0 0.77
HSL 267.27º 0.4% 0.16% -
HSV(B) 267.27º 0.57% 0.23% -
XYZ 1.99 1.45 4.18 -
YUV 33.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 40 25 58 0.31 0.57 0 0.77 267.27 0.4 0.16
Hex 28 19 3A 1F 39 0 4D 10B 28 10
Octal 50 31 72 37 71 0 115 413 50 20
Binary 101000 11001 111010 11111 111001 0 1001101 100001011 101000 10000

Color Harmonies of #28193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28193A

Black with #28193A

Text Example


Text Example

White with #28193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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