Html Css Color HEX #28143C Blackcurrant

📋 copy color: '#28143C'

red 40 ◦ green 20 ◦ blue 60

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

Shades of Blackcurrant #28143C

Tints of Blackcurrant #28143C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.67%

 BLUE value IS 60 (23.83% from 255) = 50%

R = 33.33%
G = 16.67%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#28143C (or 0x28143C) is known color: Blackcurrant. HEX triplet: 28, 14 and 3C. RGB value is (40,20,60). Sum of RGB (Red+Green+Blue) = 40+20+60=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 60 (23.83% from 255 or 50% from 120); Max value from RGB is 60 - color contains mainly: blue. Hex color #28143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28143C is #D7EBC3. Grayscale: #1E1E1E. Windows color (decimal): -14150596 or 3937320. OLE color: 3937320.

HSL color Cylindrical-coordinate representation of color #28143C: hue angle of 270º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28143C is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 40 20 60 -
CMYK 0.33 0.67 0 0.76
HSL 270º 0.5% 0.16% -
HSV(B) 270º 0.67% 0.24% -
XYZ 1.94 1.28 4.42 -
YUV 30.54 144.63 134.75 -
System Red Green Blue C M Y K H S L
Decimal 40 20 60 0.33 0.67 0 0.76 270 0.5 0.16
Hex 28 14 3C 21 43 0 4C 10E 32 10
Octal 50 24 74 41 103 0 114 416 62 20
Binary 101000 10100 111100 100001 1000011 0 1001100 100001110 110010 10000

Color Harmonies of #28143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28143C

Black with #28143C

Text Example


Text Example

White with #28143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28143C; }

 p { color: rgb(40,20,60); }

 H1.HeaderClassName
 {
   color: #28143C;
 }
 .AnyTagClassName
 {
   color: #28143C;
 }
</style>

background-color css

<style>
 a { background-color: #28143C; }

 a { background-color: rgb(40,20,60); }

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

border-color css

<style>
 span { border-color: #28143C; }

 span { border-color: rgb(40,20,60); }

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