Html Css Color HEX #28133A Blackcurrant

📋 copy color: '#28133A'

red 40 ◦ green 19 ◦ blue 58

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

Shades of Blackcurrant #28133A

Tints of Blackcurrant #28133A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 49.57%

R = 34.19%
G = 16.24%
B = 49.57%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#28133A (or 0x28133A) is known color: Blackcurrant. HEX triplet: 28, 13 and 3A. RGB value is (40,19,58). Sum of RGB (Red+Green+Blue) = 40+19+58=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #28133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28133A is #D7ECC5. Grayscale: #1D1D1D. Windows color (decimal): -14150854 or 3805992. OLE color: 3805992.

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

Color convert

RGB 40 19 58 -
CMYK 0.31 0.67 0 0.77
HSL 272.31º 0.51% 0.15% -
HSV(B) 272.31º 0.67% 0.23% -
XYZ 1.87 1.22 4.14 -
YUV 29.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 40 19 58 0.31 0.67 0 0.77 272.31 0.51 0.15
Hex 28 13 3A 1F 43 0 4D 110 33 F
Octal 50 23 72 37 103 0 115 420 63 17
Binary 101000 10011 111010 11111 1000011 0 1001101 100010000 110011 1111

Color Harmonies of #28133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28133A

Black with #28133A

Text Example


Text Example

White with #28133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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