Html Css Color HEX #28133B Blackcurrant

📋 copy color: '#28133B'

red 40 ◦ green 19 ◦ blue 59

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

Shades of Blackcurrant #28133B

Tints of Blackcurrant #28133B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 50%

R = 33.9%
G = 16.1%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#28133B (or 0x28133B) is known color: Blackcurrant. HEX triplet: 28, 13 and 3B. RGB value is (40,19,59). Sum of RGB (Red+Green+Blue) = 40+19+59=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 59 (23.44% from 255 or 50% from 118); Max value from RGB is 59 - color contains mainly: blue. Hex color #28133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28133B is #D7ECC4. Grayscale: #1D1D1D. Windows color (decimal): -14150853 or 3871528. OLE color: 3871528.

HSL color Cylindrical-coordinate representation of color #28133B: hue angle of 271.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28133B is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 40 19 59 -
CMYK 0.32 0.68 0 0.77
HSL 271.5º 0.51% 0.15% -
HSV(B) 271.5º 0.68% 0.23% -
XYZ 1.9 1.23 4.28 -
YUV 29.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 40 19 59 0.32 0.68 0 0.77 271.5 0.51 0.15
Hex 28 13 3B 20 44 0 4D 110 33 F
Octal 50 23 73 40 104 0 115 420 63 17
Binary 101000 10011 111011 100000 1000100 0 1001101 100010000 110011 1111

Color Harmonies of #28133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28133B

Black with #28133B

Text Example


Text Example

White with #28133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28133B; }

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

 H1.HeaderClassName
 {
   color: #28133B;
 }
 .AnyTagClassName
 {
   color: #28133B;
 }
</style>

background-color css

<style>
 a { background-color: #28133B; }

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

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

border-color css

<style>
 span { border-color: #28133B; }

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

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