Html Css Color HEX #28013E Blackcurrant

📋 copy color: '#28013E'

red 40 ◦ green 1 ◦ blue 62

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

Shades of Blackcurrant #28013E

Tints of Blackcurrant #28013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.97%

 BLUE value IS 62 (24.61% from 255) = 60.19%

R = 38.83%
G = 0.97%
B = 60.19%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#28013E (or 0x28013E) is known color: Blackcurrant. HEX triplet: 28, 01 and 3E. RGB value is (40,1,62). Sum of RGB (Red+Green+Blue) = 40+1+62=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 62 (24.61% from 255 or 60.19% from 103); Max value from RGB is 62 - color contains mainly: blue. Hex color #28013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28013E is #D7FEC1. Grayscale: #131313. Windows color (decimal): -14155458 or 4063528. OLE color: 4063528.

HSL color Cylindrical-coordinate representation of color #28013E: hue angle of 278.36º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28013E is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 40 1 62 -
CMYK 0.35 0.98 0 0.76
HSL 278.36º 0.97% 0.12% -
HSV(B) 278.36º 0.98% 0.24% -
XYZ 1.76 0.82 4.62 -
YUV 19.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 40 1 62 0.35 0.98 0 0.76 278.36 0.97 0.12
Hex 28 1 3E 23 62 0 4C 116 61 C
Octal 50 1 76 43 142 0 114 426 141 14
Binary 101000 1 111110 100011 1100010 0 1001100 100010110 1100001 1100

Color Harmonies of #28013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28013E

Black with #28013E

Text Example


Text Example

White with #28013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,1,62); }

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

background-color css

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

 a { background-color: rgb(40,1,62); }

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

border-color css

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

 span { border-color: rgb(40,1,62); }

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