Html Css Color HEX #28172D Blackcurrant

📋 copy color: '#28172D'

red 40 ◦ green 23 ◦ blue 45

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

Shades of Blackcurrant #28172D

Tints of Blackcurrant #28172D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.3%

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

R = 37.04%
G = 21.3%
B = 41.67%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#28172D (or 0x28172D) is known color: Blackcurrant. HEX triplet: 28, 17 and 2D. RGB value is (40,23,45). Sum of RGB (Red+Green+Blue) = 40+23+45=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 45 - color contains mainly: blue. Hex color #28172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28172D is #D7E8D2. Grayscale: #1E1E1E. Windows color (decimal): -14149843 or 2955048. OLE color: 2955048.

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

Color convert

RGB 40 23 45 -
CMYK 0.11 0.49 0 0.82
HSL 286.36º 0.32% 0.13% -
HSV(B) 286.36º 0.49% 0.18% -
XYZ 1.66 1.25 2.64 -
YUV 30.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 40 23 45 0.11 0.49 0 0.82 286.36 0.32 0.13
Hex 28 17 2D B 31 0 52 11E 20 D
Octal 50 27 55 13 61 0 122 436 40 15
Binary 101000 10111 101101 1011 110001 0 1010010 100011110 100000 1101

Color Harmonies of #28172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28172D

Black with #28172D

Text Example


Text Example

White with #28172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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