Html Css Color HEX #28093A Blackcurrant

📋 copy color: '#28093A'

red 40 ◦ green 9 ◦ blue 58

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

Shades of Blackcurrant #28093A

Tints of Blackcurrant #28093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.41%

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

R = 37.38%
G = 8.41%
B = 54.21%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#28093A (or 0x28093A) is known color: Blackcurrant. HEX triplet: 28, 09 and 3A. RGB value is (40,9,58). Sum of RGB (Red+Green+Blue) = 40+9+58=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #28093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28093A is #D7F6C5. Grayscale: #171717. Windows color (decimal): -14153414 or 3803432. OLE color: 3803432.

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

Color convert

RGB 40 9 58 -
CMYK 0.31 0.84 0 0.77
HSL 277.96º 0.73% 0.13% -
HSV(B) 277.96º 0.84% 0.23% -
XYZ 1.74 0.95 4.1 -
YUV 23.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 40 9 58 0.31 0.84 0 0.77 277.96 0.73 0.13
Hex 28 9 3A 1F 54 0 4D 116 49 D
Octal 50 11 72 37 124 0 115 426 111 15
Binary 101000 1001 111010 11111 1010100 0 1001101 100010110 1001001 1101

Color Harmonies of #28093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28093A

Black with #28093A

Text Example


Text Example

White with #28093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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