Html Css Color HEX #28002E Blackcurrant

📋 copy color: '#28002E'

red 40 ◦ green 0 ◦ blue 46

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

Shades of Blackcurrant #28002E

Tints of Blackcurrant #28002E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.51%
G = 0%
B = 53.49%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#28002E (or 0x28002E) is known color: Blackcurrant. HEX triplet: 28, 00 and 2E. RGB value is (40,0,46). Sum of RGB (Red+Green+Blue) = 40+0+46=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 46 (18.36% from 255 or 53.49% from 86); Max value from RGB is 46 - color contains mainly: blue. Hex color #28002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28002E is #D7FFD1. Grayscale: #111111. Windows color (decimal): -14155730 or 3014696. OLE color: 3014696.

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

Color convert

RGB 40 0 46 -
CMYK 0.13 1 0 0.82
HSL 292.17º 1% 0.09% -
HSV(B) 292.17º 1% 0.18% -
XYZ 1.37 0.65 2.64 -
YUV 17.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 40 0 46 0.13 1 0 0.82 292.17 1 0.09
Hex 28 0 2E D 64 0 52 124 64 9
Octal 50 0 56 15 144 0 122 444 144 11
Binary 101000 0 101110 1101 1100100 0 1010010 100100100 1100100 1001

Color Harmonies of #28002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28002E

Black with #28002E

Text Example


Text Example

White with #28002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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