Html Css Color HEX #28014B Blackcurrant

📋 copy color: '#28014B'

red 40 ◦ green 1 ◦ blue 75

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

Shades of Blackcurrant #28014B

Tints of Blackcurrant #28014B

RGB

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

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

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

R = 34.48%
G = 0.86%
B = 64.66%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28014B (or 0x28014B) is known color: Blackcurrant. HEX triplet: 28, 01 and 4B. RGB value is (40,1,75). Sum of RGB (Red+Green+Blue) = 40+1+75=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #28014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28014B is #D7FEB4. Grayscale: #141414. Windows color (decimal): -14155445 or 4915496. OLE color: 4915496.

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

Color convert

RGB 40 1 75 -
CMYK 0.47 0.99 0 0.71
HSL 271.62º 0.97% 0.15% -
HSV(B) 271.62º 0.99% 0.29% -
XYZ 2.16 0.98 6.73 -
YUV 21.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 40 1 75 0.47 0.99 0 0.71 271.62 0.97 0.15
Hex 28 1 4B 2F 63 0 47 110 61 F
Octal 50 1 113 57 143 0 107 420 141 17
Binary 101000 1 1001011 101111 1100011 0 1000111 100010000 1100001 1111

Color Harmonies of #28014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28014B

Black with #28014B

Text Example


Text Example

White with #28014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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