Html Css Color HEX #28153A Blackcurrant

📋 copy color: '#28153A'

red 40 ◦ green 21 ◦ blue 58

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

Shades of Blackcurrant #28153A

Tints of Blackcurrant #28153A

RGB

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

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

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

R = 33.61%
G = 17.65%
B = 48.74%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#28153A (or 0x28153A) is known color: Blackcurrant. HEX triplet: 28, 15 and 3A. RGB value is (40,21,58). Sum of RGB (Red+Green+Blue) = 40+21+58=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #28153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28153A is #D7EAC5. Grayscale: #1E1E1E. Windows color (decimal): -14150342 or 3806504. OLE color: 3806504.

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

Color convert

RGB 40 21 58 -
CMYK 0.31 0.64 0 0.77
HSL 270.81º 0.47% 0.15% -
HSV(B) 270.81º 0.64% 0.23% -
XYZ 1.91 1.29 4.15 -
YUV 30.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 40 21 58 0.31 0.64 0 0.77 270.81 0.47 0.15
Hex 28 15 3A 1F 40 0 4D 10F 2F F
Octal 50 25 72 37 100 0 115 417 57 17
Binary 101000 10101 111010 11111 1000000 0 1001101 100001111 101111 1111

Color Harmonies of #28153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28153A

Black with #28153A

Text Example


Text Example

White with #28153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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