Html Css Color HEX #28112F Blackcurrant

📋 copy color: '#28112F'

red 40 ◦ green 17 ◦ blue 47

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

Shades of Blackcurrant #28112F

Tints of Blackcurrant #28112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 45.19%

R = 38.46%
G = 16.35%
B = 45.19%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#28112F (or 0x28112F) is known color: Blackcurrant. HEX triplet: 28, 11 and 2F. RGB value is (40,17,47). Sum of RGB (Red+Green+Blue) = 40+17+47=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 47 - color contains mainly: blue. Hex color #28112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28112F is #D7EED0. Grayscale: #1B1B1B. Windows color (decimal): -14151377 or 3084584. OLE color: 3084584.

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

Color convert

RGB 40 17 47 -
CMYK 0.15 0.64 0 0.82
HSL 286º 0.47% 0.13% -
HSV(B) 286º 0.64% 0.18% -
XYZ 1.59 1.06 2.81 -
YUV 27.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 40 17 47 0.15 0.64 0 0.82 286 0.47 0.13
Hex 28 11 2F F 40 0 52 11E 2F D
Octal 50 21 57 17 100 0 122 436 57 15
Binary 101000 10001 101111 1111 1000000 0 1010010 100011110 101111 1101

Color Harmonies of #28112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28112F

Black with #28112F

Text Example


Text Example

White with #28112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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