Html Css Color HEX #28112E Blackcurrant

📋 copy color: '#28112E'

red 40 ◦ green 17 ◦ blue 46

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

Shades of Blackcurrant #28112E

Tints of Blackcurrant #28112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 44.66%

R = 38.83%
G = 16.5%
B = 44.66%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#28112E (or 0x28112E) is known color: Blackcurrant. HEX triplet: 28, 11 and 2E. RGB value is (40,17,46). Sum of RGB (Red+Green+Blue) = 40+17+46=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 46 - color contains mainly: blue. Hex color #28112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28112E is #D7EED1. Grayscale: #1B1B1B. Windows color (decimal): -14151378 or 3019048. OLE color: 3019048.

HSL color Cylindrical-coordinate representation of color #28112E: hue angle of 287.59º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28112E is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 40 17 46 -
CMYK 0.13 0.63 0 0.82
HSL 287.59º 0.46% 0.12% -
HSV(B) 287.59º 0.63% 0.18% -
XYZ 1.57 1.05 2.7 -
YUV 27.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 40 17 46 0.13 0.63 0 0.82 287.59 0.46 0.12
Hex 28 11 2E D 3F 0 52 120 2E C
Octal 50 21 56 15 77 0 122 440 56 14
Binary 101000 10001 101110 1101 111111 0 1010010 100100000 101110 1100

Color Harmonies of #28112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28112E

Black with #28112E

Text Example


Text Example

White with #28112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28112E; }

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

 H1.HeaderClassName
 {
   color: #28112E;
 }
 .AnyTagClassName
 {
   color: #28112E;
 }
</style>

background-color css

<style>
 a { background-color: #28112E; }

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

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

border-color css

<style>
 span { border-color: #28112E; }

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

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