Html Css Color HEX #28083F Blackcurrant

📋 copy color: '#28083F'

red 40 ◦ green 8 ◦ blue 63

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

Shades of Blackcurrant #28083F

Tints of Blackcurrant #28083F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.21%

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

R = 36.04%
G = 7.21%
B = 56.76%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#28083F (or 0x28083F) is known color: Blackcurrant. HEX triplet: 28, 08 and 3F. RGB value is (40,8,63). Sum of RGB (Red+Green+Blue) = 40+8+63=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #28083F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28083F is #D7F7C0. Grayscale: #171717. Windows color (decimal): -14153665 or 4130856. OLE color: 4130856.

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

Color convert

RGB 40 8 63 -
CMYK 0.37 0.87 0 0.75
HSL 274.91º 0.77% 0.14% -
HSV(B) 274.91º 0.87% 0.25% -
XYZ 1.86 0.98 4.79 -
YUV 23.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 40 8 63 0.37 0.87 0 0.75 274.91 0.77 0.14
Hex 28 8 3F 25 57 0 4B 113 4D E
Octal 50 10 77 45 127 0 113 423 115 16
Binary 101000 1000 111111 100101 1010111 0 1001011 100010011 1001101 1110

Color Harmonies of #28083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28083F

Black with #28083F

Text Example


Text Example

White with #28083F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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