Html Css Color HEX #140227 Blackcurrant

📋 copy color: '#140227'

red 20 ◦ green 2 ◦ blue 39

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

Shades of Blackcurrant #140227

Tints of Blackcurrant #140227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 63.93%

R = 32.79%
G = 3.28%
B = 63.93%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#140227 (or 0x140227) is known color: Blackcurrant. HEX triplet: 14, 02 and 27. RGB value is (20,2,39). Sum of RGB (Red+Green+Blue) = 20+2+39=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 39 (15.62% from 255 or 63.93% from 61); Max value from RGB is 39 - color contains mainly: blue. Hex color #140227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140227 is #EBFDD8. Grayscale: #0B0B0B. Windows color (decimal): -15465945 or 2556436. OLE color: 2556436.

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

Color convert

RGB 20 2 39 -
CMYK 0.49 0.95 0 0.85
HSL 269.19º 0.9% 0.08% -
HSV(B) 269.19º 0.95% 0.15% -
XYZ 0.68 0.34 1.95 -
YUV 11.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 20 2 39 0.49 0.95 0 0.85 269.19 0.9 0.08
Hex 14 2 27 31 5F 0 55 10D 5A 8
Octal 24 2 47 61 137 0 125 415 132 10
Binary 10100 10 100111 110001 1011111 0 1010101 100001101 1011010 1000

Color Harmonies of #140227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140227

Black with #140227

Text Example


Text Example

White with #140227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140227; }

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

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

background-color css

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

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

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

border-color css

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

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

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