Html Css Color HEX #140C23 Blackcurrant

📋 copy color: '#140C23'

red 20 ◦ green 12 ◦ blue 35

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

Shades of Blackcurrant #140C23

Tints of Blackcurrant #140C23

RGB

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

 GREEN value IS 12 (5.08% from 255) = 17.91%

 BLUE value IS 35 (14.06% from 255) = 52.24%

R = 29.85%
G = 17.91%
B = 52.24%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#140C23 (or 0x140C23) is known color: Blackcurrant. HEX triplet: 14, 0C and 23. RGB value is (20,12,35). Sum of RGB (Red+Green+Blue) = 20+12+35=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #140C23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140C23 is #EBF3DC. Grayscale: #101010. Windows color (decimal): -15463389 or 2296852. OLE color: 2296852.

HSL color Cylindrical-coordinate representation of color #140C23: hue angle of 260.87º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #140C23 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 12 35 -
CMYK 0.43 0.66 0 0.86
HSL 260.87º 0.49% 0.09% -
HSV(B) 260.87º 0.66% 0.14% -
XYZ 0.72 0.53 1.65 -
YUV 17.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 20 12 35 0.43 0.66 0 0.86 260.87 0.49 0.09
Hex 14 C 23 2B 42 0 56 105 31 9
Octal 24 14 43 53 102 0 126 405 61 11
Binary 10100 1100 100011 101011 1000010 0 1010110 100000101 110001 1001

Color Harmonies of #140C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C23

Black with #140C23

Text Example


Text Example

White with #140C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140C23; }

 p { color: rgb(20,12,35); }

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

background-color css

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

 a { background-color: rgb(20,12,35); }

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

border-color css

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

 span { border-color: rgb(20,12,35); }

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