Html Css Color HEX #28004B Blackcurrant

📋 copy color: '#28004B'

red 40 ◦ green 0 ◦ blue 75

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

Shades of Blackcurrant #28004B

Tints of Blackcurrant #28004B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 65.22%

R = 34.78%
G = 0%
B = 65.22%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28004B (or 0x28004B) is known color: Blackcurrant. HEX triplet: 28, 00 and 4B. RGB value is (40,0,75). Sum of RGB (Red+Green+Blue) = 40+0+75=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #28004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28004B is #D7FFB4. Grayscale: #141414. Windows color (decimal): -14155701 or 4915240. OLE color: 4915240.

HSL color Cylindrical-coordinate representation of color #28004B: hue angle of 272º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28004B is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 0 75 -
CMYK 0.47 1 0 0.71
HSL 272º 1% 0.15% -
HSV(B) 272º 1% 0.29% -
XYZ 2.15 0.96 6.73 -
YUV 20.51 158.75 141.9 -
System Red Green Blue C M Y K H S L
Decimal 40 0 75 0.47 1 0 0.71 272 1 0.15
Hex 28 0 4B 2F 64 0 47 110 64 F
Octal 50 0 113 57 144 0 107 420 144 17
Binary 101000 0 1001011 101111 1100100 0 1000111 100010000 1100100 1111

Color Harmonies of #28004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28004B

Black with #28004B

Text Example


Text Example

White with #28004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28004B; }

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

 H1.HeaderClassName
 {
   color: #28004B;
 }
 .AnyTagClassName
 {
   color: #28004B;
 }
</style>

background-color css

<style>
 a { background-color: #28004B; }

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

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

border-color css

<style>
 span { border-color: #28004B; }

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

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