Html Css Color HEX #28132C Blackcurrant

📋 copy color: '#28132C'

red 40 ◦ green 19 ◦ blue 44

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

Shades of Blackcurrant #28132C

Tints of Blackcurrant #28132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.45%

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

R = 38.83%
G = 18.45%
B = 42.72%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#28132C (or 0x28132C) is known color: Blackcurrant. HEX triplet: 28, 13 and 2C. RGB value is (40,19,44). Sum of RGB (Red+Green+Blue) = 40+19+44=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 44 - color contains mainly: blue. Hex color #28132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28132C is #D7ECD3. Grayscale: #1C1C1C. Windows color (decimal): -14150868 or 2888488. OLE color: 2888488.

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

Color convert

RGB 40 19 44 -
CMYK 0.09 0.57 0 0.83
HSL 290.4º 0.4% 0.12% -
HSV(B) 290.4º 0.57% 0.17% -
XYZ 1.56 1.1 2.51 -
YUV 28.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 40 19 44 0.09 0.57 0 0.83 290.4 0.4 0.12
Hex 28 13 2C 9 39 0 53 122 28 C
Octal 50 23 54 11 71 0 123 442 50 14
Binary 101000 10011 101100 1001 111001 0 1010011 100100010 101000 1100

Color Harmonies of #28132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28132C

Black with #28132C

Text Example


Text Example

White with #28132C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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