Html Css Color HEX #28113A Blackcurrant

📋 copy color: '#28113A'

red 40 ◦ green 17 ◦ blue 58

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

Shades of Blackcurrant #28113A

Tints of Blackcurrant #28113A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.78%

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

R = 34.78%
G = 14.78%
B = 50.43%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#28113A (or 0x28113A) is known color: Blackcurrant. HEX triplet: 28, 11 and 3A. RGB value is (40,17,58). Sum of RGB (Red+Green+Blue) = 40+17+58=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #28113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28113A is #D7EEC5. Grayscale: #1C1C1C. Windows color (decimal): -14151366 or 3805480. OLE color: 3805480.

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

Color convert

RGB 40 17 58 -
CMYK 0.31 0.71 0 0.77
HSL 273.66º 0.55% 0.15% -
HSV(B) 273.66º 0.71% 0.23% -
XYZ 1.84 1.16 4.13 -
YUV 28.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 40 17 58 0.31 0.71 0 0.77 273.66 0.55 0.15
Hex 28 11 3A 1F 47 0 4D 112 37 F
Octal 50 21 72 37 107 0 115 422 67 17
Binary 101000 10001 111010 11111 1000111 0 1001101 100010010 110111 1111

Color Harmonies of #28113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28113A

Black with #28113A

Text Example


Text Example

White with #28113A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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