Html Css Color HEX #140423 Blackcurrant

📋 copy color: '#140423'

red 20 ◦ green 4 ◦ blue 35

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

Shades of Blackcurrant #140423

Tints of Blackcurrant #140423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.78%

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

R = 33.9%
G = 6.78%
B = 59.32%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#140423 (or 0x140423) is known color: Blackcurrant. HEX triplet: 14, 04 and 23. RGB value is (20,4,35). Sum of RGB (Red+Green+Blue) = 20+4+35=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 35 (14.06% from 255 or 59.32% from 59); Max value from RGB is 35 - color contains mainly: blue. Hex color #140423 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140423 is #EBFBDC. Grayscale: #0C0C0C. Windows color (decimal): -15465437 or 2294804. OLE color: 2294804.

HSL color Cylindrical-coordinate representation of color #140423: hue angle of 270.97º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140423 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 4 35 -
CMYK 0.43 0.89 0 0.86
HSL 270.97º 0.79% 0.08% -
HSV(B) 270.97º 0.89% 0.14% -
XYZ 0.64 0.36 1.63 -
YUV 12.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 20 4 35 0.43 0.89 0 0.86 270.97 0.79 0.08
Hex 14 4 23 2B 59 0 56 10F 4F 8
Octal 24 4 43 53 131 0 126 417 117 10
Binary 10100 100 100011 101011 1011001 0 1010110 100001111 1001111 1000

Color Harmonies of #140423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140423

Black with #140423

Text Example


Text Example

White with #140423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140423; }

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

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

background-color css

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

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

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

border-color css

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

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

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