Html Css Color HEX #140228 Blackcurrant

📋 copy color: '#140228'

red 20 ◦ green 2 ◦ blue 40

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

Shades of Blackcurrant #140228

Tints of Blackcurrant #140228

RGB

 RED value IS 20 (8.2% from 255) = 32.26%

 GREEN value IS 2 (1.17% from 255) = 3.23%

 BLUE value IS 40 (16.02% from 255) = 64.52%

R = 32.26%
G = 3.23%
B = 64.52%

CMYK

 C value IS 0.5

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#140228 (or 0x140228) is known color: Blackcurrant. HEX triplet: 14, 02 and 28. RGB value is (20,2,40). Sum of RGB (Red+Green+Blue) = 20+2+40=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 40 (16.02% from 255 or 64.52% from 62); Max value from RGB is 40 - color contains mainly: blue. Hex color #140228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140228 is #EBFDD7. Grayscale: #0B0B0B. Windows color (decimal): -15465944 or 2621972. OLE color: 2621972.

HSL color Cylindrical-coordinate representation of color #140228: hue angle of 268.42º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140228 is Cyan = 0.5, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 2 40 -
CMYK 0.5 0.95 0 0.84
HSL 268.42º 0.9% 0.08% -
HSV(B) 268.42º 0.95% 0.16% -
XYZ 0.69 0.35 2.04 -
YUV 11.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 20 2 40 0.5 0.95 0 0.84 268.42 0.9 0.08
Hex 14 2 28 32 5F 0 54 10C 5A 8
Octal 24 2 50 62 137 0 124 414 132 10
Binary 10100 10 101000 110010 1011111 0 1010100 100001100 1011010 1000

Color Harmonies of #140228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140228

Black with #140228

Text Example


Text Example

White with #140228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140228; }

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

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

background-color css

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

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

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

border-color css

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

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

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