Html Css Color HEX #28132D Blackcurrant

📋 copy color: '#28132D'

red 40 ◦ green 19 ◦ blue 45

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

Shades of Blackcurrant #28132D

Tints of Blackcurrant #28132D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 43.27%

R = 38.46%
G = 18.27%
B = 43.27%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#28132D (or 0x28132D) is known color: Blackcurrant. HEX triplet: 28, 13 and 2D. RGB value is (40,19,45). Sum of RGB (Red+Green+Blue) = 40+19+45=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 45 - color contains mainly: blue. Hex color #28132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28132D is #D7ECD2. Grayscale: #1C1C1C. Windows color (decimal): -14150867 or 2954024. OLE color: 2954024.

HSL color Cylindrical-coordinate representation of color #28132D: hue angle of 288.46º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28132D is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 40 19 45 -
CMYK 0.11 0.58 0 0.82
HSL 288.46º 0.41% 0.13% -
HSV(B) 288.46º 0.58% 0.18% -
XYZ 1.58 1.11 2.61 -
YUV 28.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 40 19 45 0.11 0.58 0 0.82 288.46 0.41 0.13
Hex 28 13 2D B 3A 0 52 120 29 D
Octal 50 23 55 13 72 0 122 440 51 15
Binary 101000 10011 101101 1011 111010 0 1010010 100100000 101001 1101

Color Harmonies of #28132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28132D

Black with #28132D

Text Example


Text Example

White with #28132D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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