Html Css Color HEX #28092E Blackcurrant

📋 copy color: '#28092E'

red 40 ◦ green 9 ◦ blue 46

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

Shades of Blackcurrant #28092E

Tints of Blackcurrant #28092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 48.42%

R = 42.11%
G = 9.47%
B = 48.42%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#28092E (or 0x28092E) is known color: Blackcurrant. HEX triplet: 28, 09 and 2E. RGB value is (40,9,46). Sum of RGB (Red+Green+Blue) = 40+9+46=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #28092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28092E is #D7F6D1. Grayscale: #161616. Windows color (decimal): -14153426 or 3017000. OLE color: 3017000.

HSL color Cylindrical-coordinate representation of color #28092E: hue angle of 290.27º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28092E is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 40 9 46 -
CMYK 0.13 0.80 0 0.82
HSL 290.27º 0.67% 0.11% -
HSV(B) 290.27º 0.8% 0.18% -
XYZ 1.47 0.84 2.67 -
YUV 22.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 40 9 46 0.13 0.80 0 0.82 290.27 0.67 0.11
Hex 28 9 2E D 50 0 52 122 43 B
Octal 50 11 56 15 120 0 122 442 103 13
Binary 101000 1001 101110 1101 1010000 0 1010010 100100010 1000011 1011

Color Harmonies of #28092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28092E

Black with #28092E

Text Example


Text Example

White with #28092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28092E; }

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

 H1.HeaderClassName
 {
   color: #28092E;
 }
 .AnyTagClassName
 {
   color: #28092E;
 }
</style>

background-color css

<style>
 a { background-color: #28092E; }

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

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

border-color css

<style>
 span { border-color: #28092E; }

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

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