Html Css Color HEX #28152E Blackcurrant

📋 copy color: '#28152E'

red 40 ◦ green 21 ◦ blue 46

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

Shades of Blackcurrant #28152E

Tints of Blackcurrant #28152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.63%

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

R = 37.38%
G = 19.63%
B = 42.99%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#28152E (or 0x28152E) is known color: Blackcurrant. HEX triplet: 28, 15 and 2E. RGB value is (40,21,46). Sum of RGB (Red+Green+Blue) = 40+21+46=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 46 - color contains mainly: blue. Hex color #28152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28152E is #D7EAD1. Grayscale: #1D1D1D. Windows color (decimal): -14150354 or 3020072. OLE color: 3020072.

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

Color convert

RGB 40 21 46 -
CMYK 0.13 0.54 0 0.82
HSL 285.6º 0.37% 0.13% -
HSV(B) 285.6º 0.54% 0.18% -
XYZ 1.64 1.18 2.73 -
YUV 29.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 40 21 46 0.13 0.54 0 0.82 285.6 0.37 0.13
Hex 28 15 2E D 36 0 52 11E 25 D
Octal 50 25 56 15 66 0 122 436 45 15
Binary 101000 10101 101110 1101 110110 0 1010010 100011110 100101 1101

Color Harmonies of #28152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28152E

Black with #28152E

Text Example


Text Example

White with #28152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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