Html Css Color HEX #28003F Blackcurrant

📋 copy color: '#28003F'

red 40 ◦ green 0 ◦ blue 63

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

Shades of Blackcurrant #28003F

Tints of Blackcurrant #28003F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 61.17%

R = 38.83%
G = 0%
B = 61.17%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#28003F (or 0x28003F) is known color: Blackcurrant. HEX triplet: 28, 00 and 3F. RGB value is (40,0,63). Sum of RGB (Red+Green+Blue) = 40+0+63=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 63 (25% from 255 or 61.17% from 103); Max value from RGB is 63 - color contains mainly: blue. Hex color #28003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28003F is #D7FFC0. Grayscale: #121212. Windows color (decimal): -14155713 or 4128808. OLE color: 4128808.

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

Color convert

RGB 40 0 63 -
CMYK 0.37 1 0 0.75
HSL 278.1º 1% 0.12% -
HSV(B) 278.1º 1% 0.25% -
XYZ 1.77 0.81 4.77 -
YUV 19.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 40 0 63 0.37 1 0 0.75 278.1 1 0.12
Hex 28 0 3F 25 64 0 4B 116 64 C
Octal 50 0 77 45 144 0 113 426 144 14
Binary 101000 0 111111 100101 1100100 0 1001011 100010110 1100100 1100

Color Harmonies of #28003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28003F

Black with #28003F

Text Example


Text Example

White with #28003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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