Html Css Color HEX #28003E Blackcurrant

📋 copy color: '#28003E'

red 40 ◦ green 0 ◦ blue 62

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

Shades of Blackcurrant #28003E

Tints of Blackcurrant #28003E

RGB

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

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

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

R = 39.22%
G = 0%
B = 60.78%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#28003E (or 0x28003E) is known color: Blackcurrant. HEX triplet: 28, 00 and 3E. RGB value is (40,0,62). Sum of RGB (Red+Green+Blue) = 40+0+62=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 62 (24.61% from 255 or 60.78% from 102); Max value from RGB is 62 - color contains mainly: blue. Hex color #28003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28003E is #D7FFC1. Grayscale: #121212. Windows color (decimal): -14155714 or 4063272. OLE color: 4063272.

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

Color convert

RGB 40 0 62 -
CMYK 0.35 1 0 0.76
HSL 278.71º 1% 0.12% -
HSV(B) 278.71º 1% 0.24% -
XYZ 1.74 0.8 4.62 -
YUV 19.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 40 0 62 0.35 1 0 0.76 278.71 1 0.12
Hex 28 0 3E 23 64 0 4C 117 64 C
Octal 50 0 76 43 144 0 114 427 144 14
Binary 101000 0 111110 100011 1100100 0 1001100 100010111 1100100 1100

Color Harmonies of #28003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28003E

Black with #28003E

Text Example


Text Example

White with #28003E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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