Html Css Color HEX #28113B Blackcurrant

📋 copy color: '#28113B'

red 40 ◦ green 17 ◦ blue 59

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

Shades of Blackcurrant #28113B

Tints of Blackcurrant #28113B

RGB

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

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

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

R = 34.48%
G = 14.66%
B = 50.86%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#28113B (or 0x28113B) is known color: Blackcurrant. HEX triplet: 28, 11 and 3B. RGB value is (40,17,59). Sum of RGB (Red+Green+Blue) = 40+17+59=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 59 (23.44% from 255 or 50.86% from 116); Max value from RGB is 59 - color contains mainly: blue. Hex color #28113B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28113B is #D7EEC4. Grayscale: #1C1C1C. Windows color (decimal): -14151365 or 3871016. OLE color: 3871016.

HSL color Cylindrical-coordinate representation of color #28113B: hue angle of 272.86º 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 #28113B is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 40 17 59 -
CMYK 0.32 0.71 0 0.77
HSL 272.86º 0.55% 0.15% -
HSV(B) 272.86º 0.71% 0.23% -
XYZ 1.86 1.17 4.26 -
YUV 28.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 40 17 59 0.32 0.71 0 0.77 272.86 0.55 0.15
Hex 28 11 3B 20 47 0 4D 111 37 F
Octal 50 21 73 40 107 0 115 421 67 17
Binary 101000 10001 111011 100000 1000111 0 1001101 100010001 110111 1111

Color Harmonies of #28113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28113B

Black with #28113B

Text Example


Text Example

White with #28113B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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