Html Css Color HEX #28133D Blackcurrant

📋 copy color: '#28133D'

red 40 ◦ green 19 ◦ blue 61

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

Shades of Blackcurrant #28133D

Tints of Blackcurrant #28133D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 50.83%

R = 33.33%
G = 15.83%
B = 50.83%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#28133D (or 0x28133D) is known color: Blackcurrant. HEX triplet: 28, 13 and 3D. RGB value is (40,19,61). Sum of RGB (Red+Green+Blue) = 40+19+61=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #28133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28133D is #D7ECC2. Grayscale: #1D1D1D. Windows color (decimal): -14150851 or 4002600. OLE color: 4002600.

HSL color Cylindrical-coordinate representation of color #28133D: hue angle of 270º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28133D is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 40 19 61 -
CMYK 0.34 0.69 0 0.76
HSL 270º 0.53% 0.16% -
HSV(B) 270º 0.69% 0.24% -
XYZ 1.95 1.25 4.55 -
YUV 30.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 40 19 61 0.34 0.69 0 0.76 270 0.53 0.16
Hex 28 13 3D 22 45 0 4C 10E 34 10
Octal 50 23 75 42 105 0 114 416 64 20
Binary 101000 10011 111101 100010 1000101 0 1001100 100001110 110100 10000

Color Harmonies of #28133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28133D

Black with #28133D

Text Example


Text Example

White with #28133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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