Html Css Color HEX #28152C Blackcurrant

📋 copy color: '#28152C'

red 40 ◦ green 21 ◦ blue 44

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

Shades of Blackcurrant #28152C

Tints of Blackcurrant #28152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 41.9%

R = 38.1%
G = 20%
B = 41.9%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#28152C (or 0x28152C) is known color: Blackcurrant. HEX triplet: 28, 15 and 2C. RGB value is (40,21,44). Sum of RGB (Red+Green+Blue) = 40+21+44=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 44 - color contains mainly: blue. Hex color #28152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28152C is #D7EAD3. Grayscale: #1D1D1D. Windows color (decimal): -14150356 or 2889000. OLE color: 2889000.

HSL color Cylindrical-coordinate representation of color #28152C: hue angle of 289.57º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #28152C is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 40 21 44 -
CMYK 0.09 0.52 0 0.83
HSL 289.57º 0.35% 0.13% -
HSV(B) 289.57º 0.52% 0.17% -
XYZ 1.6 1.17 2.52 -
YUV 29.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 40 21 44 0.09 0.52 0 0.83 289.57 0.35 0.13
Hex 28 15 2C 9 34 0 53 122 23 D
Octal 50 25 54 11 64 0 123 442 43 15
Binary 101000 10101 101100 1001 110100 0 1010011 100100010 100011 1101

Color Harmonies of #28152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28152C

Black with #28152C

Text Example


Text Example

White with #28152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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